|
Push Down Method public getServices() : Map<String,TProcessor> from class alluxio.master.block.BlockMaster to public getServices() : Map<String,TProcessor> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public processJournalCheckpoint(inputStream JournalInputStream) : void from class alluxio.master.block.BlockMaster to public processJournalCheckpoint(inputStream JournalInputStream) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public commitBlock(workerId long, usedBytesOnTier long, tierAlias String, blockId long, length long) : void from class alluxio.master.block.BlockMaster to public commitBlock(workerId long, usedBytesOnTier long, tierAlias String, blockId long, length long) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getCapacityBytes() : long from class alluxio.master.block.BlockMaster to public getCapacityBytes() : long from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getLostBlocks() : Set<Long> from class alluxio.master.block.BlockMaster to public getLostBlocks() : Set<Long> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getLostWorkersInfoList() : List<WorkerInfo> from class alluxio.master.block.BlockMaster to public getLostWorkersInfoList() : List<WorkerInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getWorkerInfoList() : List<WorkerInfo> from class alluxio.master.block.BlockMaster to public getWorkerInfoList() : List<WorkerInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method private getContainerIdJournalEntry() : JournalEntry from class alluxio.master.block.BlockMaster to private getContainerIdJournalEntry() : JournalEntry from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getGlobalStorageTierAssoc() : StorageTierAssoc from class alluxio.master.block.BlockMaster to public getGlobalStorageTierAssoc() : StorageTierAssoc from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getBlockInfo(blockId long) : BlockInfo from class alluxio.master.block.BlockMaster to public getBlockInfo(blockId long) : BlockInfo from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public removeBlocks(blockIds List<Long>, delete boolean) : void from class alluxio.master.block.BlockMaster to public removeBlocks(blockIds List<Long>, delete boolean) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getNewContainerId() : long from class alluxio.master.block.BlockMaster to public getNewContainerId() : long from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getWorkerId(workerNetAddress WorkerNetAddress) : long from class alluxio.master.block.BlockMaster to public getWorkerId(workerNetAddress WorkerNetAddress) : long from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public processJournalEntry(entry JournalEntry) : void from class alluxio.master.block.BlockMaster to public processJournalEntry(entry JournalEntry) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public start(isLeader boolean) : void from class alluxio.master.block.BlockMaster to public start(isLeader boolean) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public reportLostBlocks(blockIds List<Long>) : void from class alluxio.master.block.BlockMaster to public reportLostBlocks(blockIds List<Long>) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getTotalBytesOnTiers() : Map<String,Long> from class alluxio.master.block.BlockMaster to public getTotalBytesOnTiers() : Map<String,Long> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getWorkerCount() : int from class alluxio.master.block.BlockMaster to public getWorkerCount() : int from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public streamToJournalCheckpoint(outputStream JournalOutputStream) : void from class alluxio.master.block.BlockMaster to public streamToJournalCheckpoint(outputStream JournalOutputStream) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public commitBlockInUFS(blockId long, length long) : void from class alluxio.master.block.BlockMaster to public commitBlockInUFS(blockId long, length long) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getName() : String from class alluxio.master.block.BlockMaster to public getName() : String from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public workerHeartbeat(workerId long, usedBytesOnTiers Map<String,Long>, removedBlockIds List<Long>, addedBlocksOnTiers Map<String,List<Long>>) : Command from class alluxio.master.block.BlockMaster to public workerHeartbeat(workerId long, usedBytesOnTiers Map<String,Long>, removedBlockIds List<Long>, addedBlocksOnTiers Map<String,List<Long>>) : Command from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getUsedBytes() : long from class alluxio.master.block.BlockMaster to public getUsedBytes() : long from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public workerRegister(workerId long, storageTiers List<String>, totalBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, currentBlocksOnTiers Map<String,List<Long>>) : void from class alluxio.master.block.BlockMaster to public workerRegister(workerId long, storageTiers List<String>, totalBytesOnTiers Map<String,Long>, usedBytesOnTiers Map<String,Long>, currentBlocksOnTiers Map<String,List<Long>>) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getBlockInfoList(blockIds List<Long>) : List<BlockInfo> from class alluxio.master.block.BlockMaster to public getBlockInfoList(blockIds List<Long>) : List<BlockInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method private processWorkerAddedBlocks(workerInfo MasterWorkerInfo, addedBlockIds Map<String,List<Long>>) : void from class alluxio.master.block.BlockMaster to private processWorkerAddedBlocks(workerInfo MasterWorkerInfo, addedBlockIds Map<String,List<Long>>) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method private processWorkerRemovedBlocks(workerInfo MasterWorkerInfo, removedBlockIds Collection<Long>) : void from class alluxio.master.block.BlockMaster to private processWorkerRemovedBlocks(workerInfo MasterWorkerInfo, removedBlockIds Collection<Long>) : void from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method public getUsedBytesOnTiers() : Map<String,Long> from class alluxio.master.block.BlockMaster to public getUsedBytesOnTiers() : Map<String,Long> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Method private generateBlockInfo(masterBlockInfo MasterBlockInfo) : BlockInfo from class alluxio.master.block.BlockMaster to private generateBlockInfo(masterBlockInfo MasterBlockInfo) : BlockInfo from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private ID_INDEX : IndexDefinition<MasterWorkerInfo> from class alluxio.master.block.BlockMaster to private ID_INDEX : IndexDefinition<MasterWorkerInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private ADDRESS_INDEX : IndexDefinition<MasterWorkerInfo> from class alluxio.master.block.BlockMaster to private ADDRESS_INDEX : IndexDefinition<MasterWorkerInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mWorkers : IndexedSet<MasterWorkerInfo> from class alluxio.master.block.BlockMaster to private mWorkers : IndexedSet<MasterWorkerInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private LOG : Logger from class alluxio.master.block.BlockMaster to private LOG : Logger from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mBlocks : ConcurrentHashMapV8<Long,MasterBlockInfo> from class alluxio.master.block.BlockMaster to private mBlocks : ConcurrentHashMapV8<Long,MasterBlockInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private CONTAINER_ID_RESERVATION_SIZE : long from class alluxio.master.block.BlockMaster to private CONTAINER_ID_RESERVATION_SIZE : long from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mLostWorkerDetectionService : Future<?> from class alluxio.master.block.BlockMaster to private mLostWorkerDetectionService : Future<?> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mBlockContainerIdGenerator : BlockContainerIdGenerator from class alluxio.master.block.BlockMaster to private mBlockContainerIdGenerator : BlockContainerIdGenerator from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mGlobalStorageTierAssoc : StorageTierAssoc from class alluxio.master.block.BlockMaster to private mGlobalStorageTierAssoc : StorageTierAssoc from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mLostBlocks : ConcurrentHashSet<Long> from class alluxio.master.block.BlockMaster to private mLostBlocks : ConcurrentHashSet<Long> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mLostWorkers : IndexedSet<MasterWorkerInfo> from class alluxio.master.block.BlockMaster to private mLostWorkers : IndexedSet<MasterWorkerInfo> from class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Push Down Attribute private mJournaledNextContainerId : long from class alluxio.master.block.BlockMaster to private mJournaledNextContainerId : long from class alluxio.master.block.DefaultBlockMaster |
From |
To |