|
Change Variable Type locations : Map<FileBlockInfo,List<WorkerNetAddress>> to locations : List<BlockLocationInfo> in method public getBlockLocations() : void in class alluxio.client.fs.FileSystemIntegrationTest |
From |
To |
|
Change Variable Type blockLocations : Map<FileBlockInfo,List<WorkerNetAddress>> to blockLocations : List<BlockLocationInfo> in method public getBlockLocations(path AlluxioURI) : List<BlockLocationInfo> in class alluxio.client.file.BaseFileSystem |
From |
To |
|
Change Variable Type locations : Map<FileBlockInfo,List<WorkerNetAddress>> to locations : List<BlockLocationInfo> in method public getFileBlockLocations(file FileStatus, start long, len long) : BlockLocation[] in class alluxio.hadoop.AbstractFileSystem |
From |
To |