|
Rename Method public fileExists(path String) : boolean renamed to public isFile(path String) : boolean in class alluxio.underfs.local.LocalUnderFileSystem |
From |
To |
|
Rename Method public fileOrFolderExists(path String) : boolean renamed to public exists(path String) : boolean in class alluxio.underfs.hdfs.HdfsUnderFileSystem |
From |
To |
|
Rename Method public abstract fileExists(path String) : boolean renamed to public abstract isFile(path String) : boolean in class alluxio.underfs.UnderFileSystem |
From |
To |
|
Rename Method private isFolder(key String) : boolean renamed to public isDirectory(key String) : boolean in class alluxio.underfs.oss.OSSUnderFileSystem |
From |
To |
|
Rename Method public fileOrFolderExists(path String) : boolean renamed to public exists(path String) : boolean in class alluxio.underfs.UnderFileSystem |
From |
To |
|
Rename Method public directoryExists(key String) : boolean renamed to public isDirectory(key String) : boolean in class alluxio.underfs.s3.S3UnderFileSystem |
From |
To |
|
Rename Method public fileOrFolderExists(path String) : boolean renamed to public exists(path String) : boolean in class alluxio.underfs.local.LocalUnderFileSystem |
From |
To |
|
Rename Method public directoryExists(path String) : boolean renamed to public isDirectory(path String) : boolean in class alluxio.underfs.local.LocalUnderFileSystem |
From |
To |
|
Rename Method public abstract directoryExists(path String) : boolean renamed to public abstract isDirectory(path String) : boolean in class alluxio.underfs.UnderFileSystem |
From |
To |
|
Rename Method public directoryExists(path String) : boolean renamed to public isDirectory(path String) : boolean in class alluxio.underfs.hdfs.HdfsUnderFileSystem |
From |
To |
|
Rename Method public fileExists(path String) : boolean renamed to public isFile(path String) : boolean in class alluxio.underfs.hdfs.HdfsUnderFileSystem |
From |
To |
|
Rename Method public fileOrFolderExists(path String) : boolean renamed to public exists(path String) : boolean in class alluxio.underfs.s3a.S3AUnderFileSystem |
From |
To |
|
Rename Method private isFolder(key String) : boolean renamed to public isDirectory(key String) : boolean in class alluxio.underfs.gcs.GCSUnderFileSystem |
From |
To |
|
Rename Method public fileExists(path String) : boolean renamed to public isFile(path String) : boolean in class alluxio.underfs.s3.S3UnderFileSystem |
From |
To |
|
Rename Method public fileOrFolderExists(path String) : boolean renamed to public exists(path String) : boolean in class alluxio.underfs.s3.S3UnderFileSystem |
From |
To |
|
Rename Method public fileExists(path String) : boolean renamed to public isFile(path String) : boolean in class alluxio.underfs.s3a.S3AUnderFileSystem |
From |
To |
|
Rename Method public directoryExists(key String) : boolean renamed to public isDirectory(key String) : boolean in class alluxio.underfs.s3a.S3AUnderFileSystem |
From |
To |