|
Change Parameter Type addedBlocks : Map<String,List<Long>> to addedBlocks : Map<BlockStoreLocation,List<Long>> in method public BlockHeartbeatReport(addedBlocks Map<BlockStoreLocation,List<Long>>, removedBlocks List<Long>, lostStorage Map<String,List<String>>) in class alluxio.worker.block.BlockHeartbeatReport |
From |
To |
|
Change Parameter Type addedBlocks : Map<String,List<Long>> to addedBlocks : Map<BlockStoreLocation,List<Long>> in method public heartbeat(workerId long, capacityBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, removedBlocks List<Long>, addedBlocks Map<BlockStoreLocation,List<Long>>, lostStorage Map<String,List<String>>, metrics List<Metric>) : Command in class alluxio.worker.block.BlockMasterClient |
From |
To |
|
Change Parameter Type currentBlocksOnTiers : Map<String,List<Long>> to currentBlocksOnLocation : Map<BlockStoreLocation,List<Long>> in method public register(workerId long, storageTierAliases List<String>, totalBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, currentBlocksOnLocation Map<BlockStoreLocation,List<Long>>, lostStorage Map<String,List<String>>, configList List<ConfigProperty>) : void in class alluxio.worker.block.BlockMasterClient |
From |
To |
|
Change Parameter Type addedBlocksOnTiers : Map<String,List<Long>> to addedBlocks : Map<BlockLocation,List<Long>> in method public workerHeartbeat(workerId long, capacityBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, removedBlockIds List<Long>, addedBlocks Map<BlockLocation,List<Long>>, lostStorage Map<String,StorageList>, metrics List<Metric>) : Command in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Change Parameter Type currentBlocksOnTiers : Map<String,List<Long>> to currentBlocksOnLocation : Map<BlockLocation,List<Long>> in method public workerRegister(workerId long, storageTiers List<String>, totalBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, currentBlocksOnLocation Map<BlockLocation,List<Long>>, lostStorage Map<String,StorageList>, options RegisterWorkerPOptions) : void in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Change Parameter Type tierAlias : String to location : BlockStoreLocation in method private addBlockToAddedBlocks(blockId long, location BlockStoreLocation) : void in class alluxio.worker.block.BlockHeartbeatReporter |
From |
To |
|
Change Parameter Type addedBlockIds : Map<String,List<Long>> to addedBlockIds : Map<BlockLocation,List<Long>> in method private processWorkerAddedBlocks(workerInfo MasterWorkerInfo, addedBlockIds Map<BlockLocation,List<Long>>) : void in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Change Variable Type addedBlocks : Map<String,List<Long>> to addedBlocks : Map<BlockStoreLocation,List<Long>> in method public generateReportMove() : void in class alluxio.worker.block.BlockHeartbeatReporterTest |
From |
To |
|
Change Variable Type currentBlocksOnTiersMap : Map<String,List<Long>> to currBlocksOnLocationMap : Map<Block.BlockLocation,List<Long>> in method public registerWorker(request RegisterWorkerPRequest, responseObserver StreamObserver<RegisterWorkerPResponse>) : void in class alluxio.master.block.BlockMasterWorkerServiceHandler |
From |
To |
|
Change Variable Type entry : Map.Entry<String,List<Long>> to entry : Map.Entry<BlockLocation,List<Long>> in method private processWorkerAddedBlocks(workerInfo MasterWorkerInfo, addedBlockIds Map<BlockLocation,List<Long>>) : void in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Change Variable Type addedBlocksOnTiersMap : Map<String,List<Long>> to addedBlocksMap : Map<Block.BlockLocation,List<Long>> in method public blockHeartbeat(request BlockHeartbeatPRequest, responseObserver StreamObserver<BlockHeartbeatPResponse>) : void in class alluxio.master.block.BlockMasterWorkerServiceHandler |
From |
To |
|
Change Variable Type addedBlocks : Map<String,List<Long>> to addedBlocks : Map<BlockStoreLocation,List<Long>> in method public generateReportRemove() : void in class alluxio.worker.block.BlockHeartbeatReporterTest |
From |
To |
|
Change Variable Type iterator : Iterator<Entry<String,List<Long>>> to iterator : Iterator<Entry<BlockStoreLocation,List<Long>>> in method private removeBlockFromAddedBlocks(blockId long) : void in class alluxio.worker.block.BlockHeartbeatReporter |
From |
To |
|
Change Variable Type entry : Entry<String,List<Long>> to entry : Entry<BlockStoreLocation,List<Long>> in method private removeBlockFromAddedBlocks(blockId long) : void in class alluxio.worker.block.BlockHeartbeatReporter |
From |
To |
|
Change Attribute Type NO_BLOCKS_ON_TIERS : Map<String,List<Long>> to NO_BLOCKS_ON_LOCATION : Map<Block.BlockLocation,List<Long>> in class alluxio.master.block.BlockMasterTest |
From |
To |
|
Change Attribute Type mAddedBlocks : Map<String,List<Long>> to mAddedBlocks : Map<BlockStoreLocation,List<Long>> in class alluxio.worker.block.BlockHeartbeatReport |
From |
To |
|
Change Attribute Type NO_BLOCKS_ON_TIERS : Map<String,List<Long>> to NO_BLOCKS_ON_LOCATIONS : Map<Block.BlockLocation,List<Long>> in class alluxio.master.meta.AlluxioMasterRestServiceHandlerTest |
From |
To |
|
Change Attribute Type mAddedBlocks : Map<String,List<Long>> to mAddedBlocks : Map<BlockStoreLocation,List<Long>> in class alluxio.worker.block.BlockHeartbeatReporter |
From |
To |
|
Change Attribute Type NO_BLOCKS_ON_TIERS : Map<String,List<Long>> to NO_BLOCKS_ON_LOCATION : Map<Block.BlockLocation,List<Long>> in class alluxio.master.file.replication.ReplicationCheckerTest |
From |
To |
|
Change Attribute Type EMPTY : Map<Long,Integer> to EMPTY : Map in class alluxio.master.file.replication.ReplicationCheckerTest |
From |
To |
|
Rename Parameter tierAlias : String to location : BlockStoreLocation in method private addBlockToAddedBlocks(blockId long, location BlockStoreLocation) : void in class alluxio.worker.block.BlockHeartbeatReporter |
From |
To |
|
Rename Parameter currentBlocksOnTiers : Map<String,List<Long>> to currentBlocksOnLocation : Map<BlockStoreLocation,List<Long>> in method public register(workerId long, storageTierAliases List<String>, totalBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, currentBlocksOnLocation Map<BlockStoreLocation,List<Long>>, lostStorage Map<String,List<String>>, configList List<ConfigProperty>) : void in class alluxio.worker.block.BlockMasterClient |
From |
To |
|
Rename Parameter addedBlocksOnTiers : Map<String,List<Long>> to addedBlocks : Map<BlockLocation,List<Long>> in method public workerHeartbeat(workerId long, capacityBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, removedBlockIds List<Long>, addedBlocks Map<BlockLocation,List<Long>>, lostStorage Map<String,StorageList>, metrics List<Metric>) : Command in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Rename Parameter currentBlocksOnTiers : Map<String,List<Long>> to currentBlocksOnLocation : Map<BlockLocation,List<Long>> in method public workerRegister(workerId long, storageTiers List<String>, totalBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, currentBlocksOnLocation Map<BlockLocation,List<Long>>, lostStorage Map<String,StorageList>, options RegisterWorkerPOptions) : void in class alluxio.master.block.DefaultBlockMaster |
From |
To |