|
Rename Method public getTachyonPath() : String renamed to public getAlluxioPath() : String in class alluxio.proto.journal.File.DeleteMountPointEntryOrBuilder |
From |
To |
|
Rename Method public getTachyonPath() : String renamed to public getAlluxioPath() : String in class alluxio.proto.journal.File.AddMountPointEntry.Builder |
From |
To |
|
Rename Method private setupTachyonConfTier(ordinal int, tierAlias String, tierPath String[], tierCapacity long[]) : void renamed to private setupConfTier(ordinal int, tierAlias String, tierPath String[], tierCapacity long[]) : void in class alluxio.worker.block.TieredBlockStoreTestUtils |
From |
To |
|
Rename Method public getTachyonPathBytes() : ByteString renamed to public getAlluxioPathBytes() : ByteString in class alluxio.proto.journal.File.DeleteMountPointEntryOrBuilder |
From |
To |
|
Rename Method public hasTachyonPath() : boolean renamed to public hasAlluxioPath() : boolean in class alluxio.proto.journal.File.DeleteMountPointEntryOrBuilder |
From |
To |
|
Rename Method public setupTachyonConfWithMultiTier(baseDir String, tierOrdinal int[], tierAlias String[], tierPath String[][], tierCapacity long[][], workerDataFolder String) : void renamed to public setupConfWithMultiTier(baseDir String, tierOrdinal int[], tierAlias String[], tierPath String[][], tierCapacity long[][], workerDataFolder String) : void in class alluxio.worker.block.TieredBlockStoreTestUtils |
From |
To |
|
Rename Method public setupTachyonConfWithSingleTier(baseDir String, tierOrdinal int, tierAlias String, tierPath String[], tierCapacity long[], workerDataFolder String) : void renamed to public setupConfWithSingleTier(baseDir String, tierOrdinal int, tierAlias String, tierPath String[], tierCapacity long[], workerDataFolder String) : void in class alluxio.worker.block.TieredBlockStoreTestUtils |
From |
To |
|
Rename Method public clearTachyonPath() : Builder renamed to public clearAlluxioPath() : Builder in class alluxio.proto.journal.File.DeleteMountPointEntry.Builder |
From |
To |
|
Rename Method public getTachyonPathBytes() : ByteString renamed to public getAlluxioPathBytes() : ByteString in class alluxio.proto.journal.File.AddMountPointEntryOrBuilder |
From |
To |
|
Rename Method public hasTachyonPath() : boolean renamed to public hasAlluxioPath() : boolean in class alluxio.proto.journal.File.DeleteMountPointEntry |
From |
To |
|
Rename Method public setTachyonPathBytes(value ByteString) : Builder renamed to public setAlluxioPathBytes(value ByteString) : Builder in class alluxio.proto.journal.File.DeleteMountPointEntry.Builder |
From |
To |
|
Rename Method public setTachyonPath(value String) : Builder renamed to public setAlluxioPath(value String) : Builder in class alluxio.proto.journal.File.AddMountPointEntry.Builder |
From |
To |
|
Rename Method public setTachyonPathBytes(value ByteString) : Builder renamed to public setAlluxioPathBytes(value ByteString) : Builder in class alluxio.proto.journal.File.AddMountPointEntry.Builder |
From |
To |
|
Rename Method public hasTachyonPath() : boolean renamed to public hasAlluxioPath() : boolean in class alluxio.proto.journal.File.DeleteMountPointEntry.Builder |
From |
To |
|
Rename Method public setTachyonPath(value String) : Builder renamed to public setAlluxioPath(value String) : Builder in class alluxio.proto.journal.File.DeleteMountPointEntry.Builder |
From |
To |
|
Rename Method public getTachyonPathBytes() : ByteString renamed to public getAlluxioPathBytes() : ByteString in class alluxio.proto.journal.File.DeleteMountPointEntry |
From |
To |
|
Rename Method public getTachyonPathBytes() : ByteString renamed to public getAlluxioPathBytes() : ByteString in class alluxio.proto.journal.File.AddMountPointEntry |
From |
To |
|
Rename Method public hasTachyonPath() : boolean renamed to public hasAlluxioPath() : boolean in class alluxio.proto.journal.File.AddMountPointEntryOrBuilder |
From |
To |
|
Rename Method public getTachyonPathBytes() : ByteString renamed to public getAlluxioPathBytes() : ByteString in class alluxio.proto.journal.File.DeleteMountPointEntry.Builder |
From |
To |
|
Rename Method public hasTachyonPath() : boolean renamed to public hasAlluxioPath() : boolean in class alluxio.proto.journal.File.AddMountPointEntry |
From |
To |
|
Rename Method public getTachyonPathBytes() : ByteString renamed to public getAlluxioPathBytes() : ByteString in class alluxio.proto.journal.File.AddMountPointEntry.Builder |
From |
To |
|
Rename Method public getTachyonPath() : String renamed to public getAlluxioPath() : String in class alluxio.proto.journal.File.AddMountPointEntryOrBuilder |
From |
To |
|
Rename Method public getTachyonPath() : String renamed to public getAlluxioPath() : String in class alluxio.proto.journal.File.DeleteMountPointEntry |
From |
To |
|
Rename Method public hasTachyonPath() : boolean renamed to public hasAlluxioPath() : boolean in class alluxio.proto.journal.File.AddMountPointEntry.Builder |
From |
To |
|
Rename Method public getTachyonPath() : String renamed to public getAlluxioPath() : String in class alluxio.proto.journal.File.DeleteMountPointEntry.Builder |
From |
To |
|
Rename Method public clearTachyonPath() : Builder renamed to public clearAlluxioPath() : Builder in class alluxio.proto.journal.File.AddMountPointEntry.Builder |
From |
To |
|
Rename Method public setupTachyonConfDefault(baseDir String) : void renamed to public setupDefaultConf(baseDir String) : void in class alluxio.worker.block.TieredBlockStoreTestUtils |
From |
To |
|
Rename Method public getTachyonPath() : String renamed to public getAlluxioPath() : String in class alluxio.proto.journal.File.AddMountPointEntry |
From |
To |
|
Rename Variable outputTachyonFiles : List<Long> to outputAlluxioFiles : List<Long> in method public createLineage(inputFiles List<AlluxioURI>, outputFiles List<AlluxioURI>, job Job) : long in class alluxio.master.lineage.LineageMaster |
From |
To |
|
Rename Variable tachyonPath : String to alluxioPath : String in method public getMountPoint(uri AlluxioURI) : String in class alluxio.master.file.meta.MountTable |
From |
To |
|
Rename Variable tachyonPath : String to alluxioPath : String in method public add(alluxioUri AlluxioURI, ufsUri AlluxioURI) : void in class alluxio.master.file.meta.MountTable |
From |
To |
|
Rename Variable tachyonClient : FileSystem to alluxioClient : FileSystem in method private downloadFile(path AlluxioURI, request HttpServletRequest, response HttpServletResponse) : void in class alluxio.web.WebInterfaceDownloadServlet |
From |
To |
|
Rename Variable mountedTachyonPath : String to mountedAlluxioPath : String in method public add(alluxioUri AlluxioURI, ufsUri AlluxioURI) : void in class alluxio.master.file.meta.MountTable |
From |
To |
|
Rename Variable inputTachyonFiles : List<Long> to inputAlluxioFiles : List<Long> in method public createLineage(inputFiles List<AlluxioURI>, outputFiles List<AlluxioURI>, job Job) : long in class alluxio.master.lineage.LineageMaster |
From |
To |
|
Rename Variable tachyonHome : String to alluxioHome : String in method protected resetManagerView() : void in class alluxio.worker.block.allocator.BaseAllocatorTest |
From |
To |
|
Rename Variable tachyonHome : String to alluxioHome : String in method public before() : void in class alluxio.worker.block.BlockStoreMetaTest |
From |
To |