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