|
Change Variable Type pathsToDelete : UnderFileInfo[] to pathsToDelete : UnderFileStatus[] in method public deleteDirectory(path String, options DeleteOptions) : boolean in class alluxio.underfs.gcs.GCSUnderFileSystem |
From |
To |
|
Change Variable Type children : UnderFileInfo[] to children : UnderFileStatus[] in method public deleteDirectory(path String, options DeleteOptions) : boolean in class alluxio.underfs.gcs.GCSUnderFileSystem |
From |
To |
|
Change Variable Type children : UnderFileInfo[] to children : UnderFileStatus[] in method public renameDirectory(src String, dst String) : boolean in class alluxio.underfs.gcs.GCSUnderFileSystem |
From |
To |
|
Change Variable Type pathToDelete : UnderFileInfo to pathToDelete : UnderFileStatus in method public deleteDirectory(path String, options DeleteOptions) : boolean in class alluxio.underfs.gcs.GCSUnderFileSystem |
From |
To |
|
Change Variable Type child : UnderFileInfo to child : UnderFileStatus in method public renameDirectory(src String, dst String) : boolean in class alluxio.underfs.gcs.GCSUnderFileSystem |
From |
To |