|
Rename Method private handleInsufficientlyReplicated(datanode DatanodeDescriptor) : AbstractList<BlockInfoContiguous> renamed to private handleInsufficientlyStored(datanode DatanodeDescriptor) : AbstractList<BlockInfo> in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Rename Method public checkMinStorage(block BlockInfo) : boolean renamed to public hasMinStorage(block BlockInfo) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Rename Method private isSufficientlyReplicated(block BlockInfoContiguous, bc BlockCollection, numberReplicas NumberReplicas) : boolean renamed to private isSufficient(block BlockInfo, bc BlockCollection, numberReplicas NumberReplicas) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager |
From |
To |
|
Rename Method private pruneSufficientlyReplicated(datanode DatanodeDescriptor, blocks AbstractList<BlockInfoContiguous>) : void renamed to private pruneReliableBlocks(datanode DatanodeDescriptor, blocks AbstractList<BlockInfo>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Rename Method public checkMinStorage(block BlockInfo, liveNum int) : boolean renamed to public hasMinStorage(block BlockInfo, liveNum int) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type b : Block to storedBlock : BlockInfo in method package isNeededReplication(storedBlock BlockInfo, expected int, current int) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type block : Block to storedBlock : BlockInfo in method private addToExcessReplicate(dn DatanodeInfo, storedBlock BlockInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type b : Block to storedBlock : BlockInfo in method package blockHasEnoughRacks(storedBlock BlockInfo, expectedStorageNum int) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blocks : AbstractList<BlockInfoContiguous> to blocks : AbstractList<BlockInfo> in method private pruneReliableBlocks(datanode DatanodeDescriptor, blocks AbstractList<BlockInfo>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Change Parameter Type block : BlockInfoContiguous to block : BlockInfo in method private isSufficient(block BlockInfo, bc BlockCollection, numberReplicas NumberReplicas) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager |
From |
To |
|
Change Parameter Type it : Iterator<? extends BlockInfo> to it : Iterator<BlockInfo> in method private processBlocksForDecomInternal(datanode DatanodeDescriptor, it Iterator<BlockInfo>, insufficientList List<BlockInfo>, pruneReliableBlocks boolean) : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Change Parameter Type block : Block to block : BlockInfo in method private processOverReplicatedBlock(block BlockInfo, replication short, addedNode DatanodeDescriptor, delNodeHint DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type toRemove : Collection<Block> to toRemove : Collection<BlockInfo> in method private reportDiff(storageInfo DatanodeStorageInfo, newReport BlockListAsLongs, toAdd Collection<BlockInfoToAdd>, toRemove Collection<BlockInfo>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type block : Block to storedBlock : BlockInfo in method public removeStoredBlock(storedBlock BlockInfo, node DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type b : Block to storedBlock : BlockInfo in method private addToInvalidates(storedBlock BlockInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type b : Block to storedBlock : BlockInfo in method private chooseExcessReplicates(nonExcess Collection<DatanodeStorageInfo>, storedBlock BlockInfo, replication short, addedNode DatanodeDescriptor, delNodeHint DatanodeDescriptor, replicator BlockPlacementPolicy) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type dnBlocks : Collection<Block> to dnBlocks : Collection<BlockInfo> in method public testChooseReplicaToDelete() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestOverReplicatedBlocks |
From |
To |
|
Change Variable Type it : Iterator<Map.Entry<DatanodeDescriptor,AbstractList<BlockInfoContiguous>>> to it : Iterator<Map.Entry<DatanodeDescriptor,AbstractList<BlockInfo>>> in method private check() : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Change Variable Type excessBlocks : LightWeightLinkedSet<Block> to excessBlocks : LightWeightLinkedSet<BlockInfo> in method private processOverReplicatedBlock(block BlockInfo, replication short, addedNode DatanodeDescriptor, delNodeHint DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type excessBlocks : LightWeightLinkedSet<Block> to excessBlocks : LightWeightLinkedSet<BlockInfo> in method package chooseSourceDatanodes(block BlockInfo, containingNodes List<DatanodeDescriptor>, nodesContainingLiveReplicas List<DatanodeStorageInfo>, numReplicas NumberReplicas, missingBlockIndices List<Short>, numSourceNodes int, priority int) : DatanodeDescriptor[] in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocksExcess : LightWeightLinkedSet<Block> to blocksExcess : LightWeightLinkedSet<BlockInfo> in method public countNodes(b BlockInfo) : NumberReplicas in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type excessBlocks : LightWeightLinkedSet<Block> to excessBlocks : LightWeightLinkedSet<BlockInfo> in method public removeStoredBlock(storedBlock BlockInfo, node DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type block : Block to block : BlockInfo in method package removeBlocksAssociatedTo(storageInfo DatanodeStorageInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type insufficient : AbstractList<BlockInfoContiguous> to insufficient : AbstractList<BlockInfo> in method private handleInsufficientlyStored(datanode DatanodeDescriptor) : AbstractList<BlockInfo> in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Change Variable Type blocks : Collection<Block> to blocks : Collection<BlockInfo> in method public testNodeCount() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestNodeCount |
From |
To |
|
Change Variable Type excessBlocks : LightWeightLinkedSet<Block> to excessBlocks : LightWeightLinkedSet<BlockInfo> in method private addToExcessReplicate(dn DatanodeInfo, storedBlock BlockInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type it : Iterator<? extends Block> to it : Iterator<BlockInfo> in method package removeBlocksAssociatedTo(node DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type b : Block to b : BlockInfo in method private processReport(storageInfo DatanodeStorageInfo, report BlockListAsLongs) : Collection<Block> in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocks : AbstractList<BlockInfoContiguous> to blocks : AbstractList<BlockInfo> in method private check() : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Change Variable Type toRemove : Collection<Block> to toRemove : Collection<BlockInfo> in method private processReport(storageInfo DatanodeStorageInfo, report BlockListAsLongs) : Collection<Block> in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type entry : Map.Entry<DatanodeDescriptor,AbstractList<BlockInfoContiguous>> to entry : Map.Entry<DatanodeDescriptor,AbstractList<BlockInfo>> in method private check() : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Change Variable Type it : Iterator<? extends Block> to it : Iterator<BlockInfo> in method package removeBlocksAssociatedTo(storageInfo DatanodeStorageInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Rename Parameter b : Block to storedBlock : BlockInfo in method package isNeededReplication(storedBlock BlockInfo, expected int, current int) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Rename Parameter reported : Block to corrupted : Block in method package BlockToMarkCorrupt(corrupted Block, stored BlockInfo, gs long, reason String, reasonCode Reason) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.BlockToMarkCorrupt |
From |
To |
|
Rename Parameter block : Block to storedBlock : BlockInfo in method private addToExcessReplicate(dn DatanodeInfo, storedBlock BlockInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Rename Parameter pruneSufficientlyReplicated : boolean to pruneReliableBlocks : boolean in method private processBlocksForDecomInternal(datanode DatanodeDescriptor, it Iterator<BlockInfo>, insufficientList List<BlockInfo>, pruneReliableBlocks boolean) : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor |
From |
To |
|
Rename Parameter b : Block to storedBlock : BlockInfo in method package blockHasEnoughRacks(storedBlock BlockInfo, expectedStorageNum int) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Rename Parameter block : Block to storedBlock : BlockInfo in method public removeStoredBlock(storedBlock BlockInfo, node DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Rename Parameter reported : Block to corrupted : Block in method package BlockToMarkCorrupt(corrupted Block, stored BlockInfo, reason String, reasonCode Reason) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.BlockToMarkCorrupt |
From |
To |
|
Rename Parameter b : Block to storedBlock : BlockInfo in method private chooseExcessReplicates(nonExcess Collection<DatanodeStorageInfo>, storedBlock BlockInfo, replication short, addedNode DatanodeDescriptor, delNodeHint DatanodeDescriptor, replicator BlockPlacementPolicy) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Rename Parameter b : Block to storedBlock : BlockInfo in method private addToInvalidates(storedBlock BlockInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |