|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method public addBlock(b BlockInfoContiguous) : AddBlockResult in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo |
From |
To |
|
Change Parameter Type blk : BlockInfo to blk : BlockInfoContiguous in method package shouldCopyOnTruncate(file INodeFile, blk BlockInfoContiguous) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Parameter Type blk : BlockInfo to blk : BlockInfoContiguous in method public setBlock(index int, blk BlockInfoContiguous) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockCollection |
From |
To |
|
Change Parameter Type newBlock : BlockInfo to newBlock : BlockInfoContiguous in method package replaceBlock(newBlock BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Parameter Type blk : BlockInfo to blk : BlockInfoContiguous in method private invalidateCorruptReplicas(blk BlockInfoContiguous) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type stored : BlockInfo to stored : BlockInfoContiguous in method package BlockToMarkCorrupt(corrupted BlockInfoContiguous, stored BlockInfoContiguous, reason String, reasonCode Reason) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.BlockToMarkCorrupt |
From |
To |
|
Change Parameter Type block : BlockInfoUnderConstruction to block : BlockInfoContiguousUnderConstruction in method package addBlockToBeRecovered(block BlockInfoContiguousUnderConstruction) : void in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Parameter Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method private createLocatedBlockList(blocks BlockInfoContiguous[], offset long, length long, nrBlocksToReturn int, mode AccessMode) : List<LocatedBlock> in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blockUC : BlockInfoUnderConstruction to blockUC : BlockInfoContiguousUnderConstruction in method public isInSnapshot(blockUC BlockInfoContiguousUnderConstruction) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method public isSufficientlyReplicated(b BlockInfoContiguous) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blkInfo : BlockInfo to blkInfo : BlockInfoContiguous in method package StorageIterator(blkInfo BlockInfoContiguous) in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.StorageIterator |
From |
To |
|
Change Parameter Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method package getStorages(storedBlock BlockInfoContiguous) : Iterable<DatanodeStorageInfo> in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method package countLiveNodes(b BlockInfoContiguous) : int in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type block : BlockInfo to block : BlockInfoContiguous in method public getStorages(block BlockInfoContiguous) : DatanodeStorageInfo[] in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private fulfillPipeline(blockInfo BlockInfoContiguous, pipeline DatanodeStorageInfo[]) : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Parameter Type newblock : BlockInfo to newblock : BlockInfoContiguous in method package addBlock(newblock BlockInfoContiguous) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Parameter Type corrupted : BlockInfo to corrupted : BlockInfoContiguous in method package BlockToMarkCorrupt(corrupted BlockInfoContiguous, stored BlockInfoContiguous, reason String, reasonCode Reason) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.BlockToMarkCorrupt |
From |
To |
|
Change Parameter Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private checkReplicaCorrupt(reported Block, reportedState ReplicaState, storedBlock BlockInfoContiguous, ucState BlockUCState, dn DatanodeDescriptor) : BlockToMarkCorrupt in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method public removeBlock(b BlockInfoContiguous) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo |
From |
To |
|
Change Parameter Type block : BlockInfo to block : BlockInfoContiguous in method private processMisReplicatedBlock(block BlockInfoContiguous) : MisReplicationResult in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method package closeFileCommitBlocks(pendingFile INodeFile, storedBlock BlockInfoContiguous) : String in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Parameter Type blk : BlockInfo to blk : BlockInfoContiguous in method public setBlock(index int, blk BlockInfoContiguous) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Parameter Type toAdd : Collection<BlockInfo> to toAdd : Collection<BlockInfoContiguous> in method private processReportedBlock(storageInfo DatanodeStorageInfo, block Block, reportedState ReplicaState, toAdd Collection<BlockInfoContiguous>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blk : BlockInfo to blk : BlockInfoContiguous in method private createLocatedBlock(blk BlockInfoContiguous, pos long, mode BlockTokenSecretManager.AccessMode) : LocatedBlock in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private findReasonForNotCaching(cblock CachedBlock, blockInfo BlockInfoContiguous) : String in class org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationMonitor |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method package addBlockCollection(b BlockInfoContiguous, bc BlockCollection) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Parameter Type head : BlockInfo to head : BlockInfoContiguous in method package listInsert(head BlockInfoContiguous, storage DatanodeStorageInfo) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Parameter Type blk : BlockInfo to blk : BlockInfoContiguous in method private createLocatedBlock(blk BlockInfoContiguous, pos long) : LocatedBlock in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blklist : BlockInfo[] to blklist : BlockInfoContiguous[] in method package INodeFile(id long, name byte[], permissions PermissionStatus, mtime long, atime long, blklist BlockInfoContiguous[], replication short, preferredBlockSize long) in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Parameter Type head : BlockInfo to head : BlockInfoContiguous in method public moveBlockToHead(head BlockInfoContiguous, storage DatanodeStorageInfo, curIndex int, headIndex int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method package assertBlockCollection(blkManager BlockManager, file INodeFile, b BlockInfoContiguous) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Parameter Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method private createLocatedBlock(blocks BlockInfoContiguous[], endPos long, mode AccessMode) : LocatedBlock in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private logAddStoredBlock(storedBlock BlockInfoContiguous, node DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type toAdd : Collection<BlockInfo> to toAdd : Collection<BlockInfoContiguous> in method private reportDiff(storageInfo DatanodeStorageInfo, newReport BlockListAsLongs, toAdd Collection<BlockInfoContiguous>, toRemove Collection<Block>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method private isCompleteBlock(src String, b BlockInfoContiguous, minRepl int) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Parameter Type head : BlockInfo to head : BlockInfoContiguous in method package listRemove(head BlockInfoContiguous, storage DatanodeStorageInfo) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method package moveBlockToHead(b BlockInfoContiguous, curIndex int, headIndex int) : int in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo |
From |
To |
|
Change Parameter Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private addStoredBlockImmediate(storedBlock BlockInfoContiguous, storageInfo DatanodeStorageInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type storedBlock : BlockInfoUnderConstruction to storedBlock : BlockInfoContiguousUnderConstruction in method package StatefulBlockInfo(storedBlock BlockInfoContiguousUnderConstruction, reportedBlock Block, reportedState ReplicaState) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.StatefulBlockInfo |
From |
To |
|
Change Parameter Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public createLocatedBlocks(blocks BlockInfoContiguous[], fileSizeExcludeBlocksUnderConstruction long, isFileUnderConstruction boolean, offset long, length long, needBlockToken boolean, inSnapshot boolean, feInfo FileEncryptionInfo) : LocatedBlocks in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type block : BlockInfo to block : BlockInfoContiguous in method public addBlockCollection(block BlockInfoContiguous, bc BlockCollection) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type blklist : BlockInfo[] to blklist : BlockInfoContiguous[] in method package INodeFile(id long, name byte[], permissions PermissionStatus, mtime long, atime long, blklist BlockInfoContiguous[], replication short, preferredBlockSize long, storagePolicyID byte) in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Parameter Type snapshotBlocks : BlockInfo[] to snapshotBlocks : BlockInfoContiguous[] in method public collectBlocksBeyondSnapshot(snapshotBlocks BlockInfoContiguous[], collectedBlocks BlocksMapUpdateInfo) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Parameter Type blockUC : BlockInfoUnderConstruction to blockUC : BlockInfoContiguousUnderConstruction in method public isInSnapshot(blockUC BlockInfoContiguousUnderConstruction) : boolean in class org.apache.hadoop.hdfs.server.namenode.Namesystem |
From |
To |
|
Change Parameter Type block : BlockInfoUnderConstruction to block : BlockInfoContiguousUnderConstruction in method private commitBlock(block BlockInfoContiguousUnderConstruction, commitBlock Block) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type to : BlockInfo to to : BlockInfoContiguous in method private setNext(index int, to BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Parameter Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private isBlockUnderConstruction(storedBlock BlockInfoContiguous, ucState BlockUCState, reportedState ReplicaState) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type block : BlockInfo to block : BlockInfoContiguous in method private completeBlock(bc BlockCollection, block BlockInfoContiguous, force boolean) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type block : BlockInfo to block : BlockInfoContiguous in method private addStoredBlock(block BlockInfoContiguous, storageInfo DatanodeStorageInfo, delNodeHint DatanodeDescriptor, logEveryBlock boolean) : Block in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method public setLastBlock(lastBlock BlockInfoContiguous, targets DatanodeStorageInfo[]) : BlockInfoContiguousUnderConstruction in class org.apache.hadoop.hdfs.server.blockmanagement.BlockCollection |
From |
To |
|
Change Parameter Type from : BlockInfo to from : BlockInfoContiguous in method protected BlockInfoContiguous(from BlockInfoContiguous) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Parameter Type to : BlockInfo to to : BlockInfoContiguous in method private setPrevious(index int, to BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Parameter Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method public setLastBlock(lastBlock BlockInfoContiguous, locations DatanodeStorageInfo[]) : BlockInfoContiguousUnderConstruction in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Parameter Type stored : BlockInfo to stored : BlockInfoContiguous in method package BlockToMarkCorrupt(stored BlockInfoContiguous, gs long, reason String, reasonCode Reason) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.BlockToMarkCorrupt |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method package removeBlock(b BlockInfoContiguous) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Parameter Type block : BlockInfoUnderConstruction to block : BlockInfoContiguousUnderConstruction in method public forceCompleteBlock(bc BlockCollection, block BlockInfoContiguousUnderConstruction) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Parameter Type b : BlockInfo to b : BlockInfoContiguous in method package removeBlock(storageID String, b BlockInfoContiguous) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Parameter Type stored : BlockInfo to stored : BlockInfoContiguous in method package BlockToMarkCorrupt(stored BlockInfoContiguous, reason String, reasonCode Reason) in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.BlockToMarkCorrupt |
From |
To |
|
Change Parameter Type head : BlockInfo to head : BlockInfoContiguous in method package BlockIterator(head BlockInfoContiguous) in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo.BlockIterator |
From |
To |
|
Change Parameter Type block : BlockInfo to block : BlockInfoContiguous in method package isBlockInLatestSnapshot(block BlockInfoContiguous) : boolean in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Parameter Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public setBlocks(blocks BlockInfoContiguous[]) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff |
From |
To |
|
Change Parameter Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public setBlocks(blocks BlockInfoContiguous[]) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package getStoredBlock(block Block) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private processReportedBlock(storageInfo DatanodeStorageInfo, block Block, reportedState ReplicaState, toAdd Collection<BlockInfoContiguous>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private addBlockOnNodes(blockId long, nodes List<DatanodeDescriptor>) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Return Type BlockInfo[] to BlockInfoContiguous[] in method public getBlocks() : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private completeBlock(bc BlockCollection, block BlockInfoContiguous, force boolean) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private completeBlock(bc BlockCollection, blkIndex int, force boolean) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Return Type BlockInfo[] to BlockInfoContiguous[] in method public getBlocks(snapshot int) : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public moveBlockToHead(head BlockInfoContiguous, storage DatanodeStorageInfo, curIndex int, headIndex int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package getStoredBlock(b Block) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public next() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo.BlockIterator |
From |
To |
|
Change Return Type BlockInfoUnderConstruction to BlockInfoContiguousUnderConstruction in method public convertToBlockUnderConstruction(s BlockUCState, targets DatanodeStorageInfo[]) : BlockInfoContiguousUnderConstruction in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private setPrevious(index int, to BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package getBlockListHeadForTesting() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package listInsert(head BlockInfoContiguous, storage DatanodeStorageInfo) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package addBlockCollection(b BlockInfoContiguous, bc BlockCollection) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private setNext(index int, to BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public getStoredBlock(block Block) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package convertToCompleteBlock() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguousUnderConstruction |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package getNext(index int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfoUnderConstruction to BlockInfoContiguousUnderConstruction in method public setLastBlock(lastBlock BlockInfoContiguous, targets DatanodeStorageInfo[]) : BlockInfoContiguousUnderConstruction in class org.apache.hadoop.hdfs.server.blockmanagement.BlockCollection |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private blockOnNodes(blkId long, nodes List<DatanodeDescriptor>) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package addBlock(path String, inodesInPath INodesInPath, block Block, targets DatanodeStorageInfo[]) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.namenode.FSDirectory |
From |
To |
|
Change Return Type BlockInfo[] to BlockInfoContiguous[] in method public getBlocks() : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Return Type BlockInfo[] to BlockInfoContiguous[] in method public findLaterSnapshotBlocks(snapshotId int) : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package listRemove(head BlockInfoContiguous, storage DatanodeStorageInfo) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public forceCompleteBlock(bc BlockCollection, block BlockInfoContiguousUnderConstruction) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Return Type BlockInfo[] to BlockInfoContiguous[] in method public findEarlierSnapshotBlocks(snapshotId int) : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public getLastBlock() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Return Type BlockInfoUnderConstruction[] to BlockInfoContiguousUnderConstruction[] in method public getLeaseRecoveryCommand(maxTransfers int) : BlockInfoContiguousUnderConstruction[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method private getPrevious(index int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public addBlockCollection(block BlockInfoContiguous, bc BlockCollection) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Return Type Iterable<BlockInfo> to Iterable<BlockInfoContiguous> in method package getBlocks() : Iterable<BlockInfoContiguous> in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package saveAllocatedBlock(src String, inodesInPath INodesInPath, newBlock Block, targets DatanodeStorageInfo[]) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Return Type Iterator<BlockInfo> to Iterator<BlockInfoContiguous> in method package getBlockIterator() : Iterator<BlockInfoContiguous> in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public next() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.BlockIterator |
From |
To |
|
Change Return Type Iterator<BlockInfo> to Iterator<BlockInfoContiguous> in method package getBlockIterator(storageID String) : Iterator<BlockInfoContiguous> in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method public getLastBlock() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockCollection |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package getPenultimateBlock() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Return Type Iterator<BlockInfo> to Iterator<BlockInfoContiguous> in method package getBlockIterator() : Iterator<BlockInfoContiguous> in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo |
From |
To |
|
Change Return Type BlockInfoUnderConstruction to BlockInfoContiguousUnderConstruction in method public setLastBlock(lastBlock BlockInfoContiguous, locations DatanodeStorageInfo[]) : BlockInfoContiguousUnderConstruction in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Return Type BlockInfo to BlockInfoContiguous in method package replaceBlock(newBlock BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Return Type BlockInfo[] to BlockInfoContiguous[] in method public getBlocks() : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.blockmanagement.BlockCollection |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public testDeleteCurrentFileDirectory() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion |
From |
To |
|
Change Variable Type blocks : BlockInfoUnderConstruction[] to blocks : BlockInfoContiguousUnderConstruction[] in method public handleHeartbeat(nodeReg DatanodeRegistration, reports StorageReport[], blockPoolId String, cacheCapacity long, cacheUsed long, xceiverCount int, maxTransfers int, failedVolumes int) : DatanodeCommand[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeManager |
From |
To |
|
Change Variable Type iterators : List<Iterator<BlockInfo>> to iterators : List<Iterator<BlockInfoContiguous>> in method private BlockIterator(storages DatanodeStorageInfo...) in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.BlockIterator |
From |
To |
|
Change Variable Type blks : BlockInfo[] to blks : BlockInfoContiguous[] in method public testDeletionOfLaterBlocksWithZeroSizeFirstBlock() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method private setPrevious(index int, to BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type penultimateBlock : BlockInfo to penultimateBlock : BlockInfoContiguous in method package internalReleaseLease(lease Lease, src String, iip INodesInPath, recoveryLeaseHolder String) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private addNewPendingCached(neededCached int, cachedBlock CachedBlock, cached List<DatanodeDescriptor>, pendingCached List<DatanodeDescriptor>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationMonitor |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private loadFileDiffList(in InputStream, file INodeFile, size int) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Loader |
From |
To |
|
Change Variable Type newBI : BlockInfo to newBI : BlockInfoContiguous in method private updateBlocks(fsDir FSDirectory, op BlockListUpdatingOp, iip INodesInPath, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method public blockIdCK(blockId String) : void in class org.apache.hadoop.hdfs.server.namenode.NamenodeFsck |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method package numNodes(b Block) : int in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method private processReport(storageInfo DatanodeStorageInfo, report BlockListAsLongs) : Collection<Block> in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blk : BlockInfo to blk : BlockInfoContiguous in method public destroyAndCollectSnapshotBlocks(collectedBlocks BlocksMapUpdateInfo) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff |
From |
To |
|
Change Variable Type blockInfoRecovery : BlockInfoUnderConstruction[] to blockInfoRecovery : BlockInfoContiguousUnderConstruction[] in method public testInitializeBlockRecovery() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfoUnderConstruction |
From |
To |
|
Change Variable Type prev : BlockInfo to prev : BlockInfoContiguous in method public moveBlockToHead(head BlockInfoContiguous, storage DatanodeStorageInfo, curIndex int, headIndex int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method package getNumUnderConstructionBlocks() : long in class org.apache.hadoop.hdfs.server.namenode.LeaseManager |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method public commitOrCompleteLastBlock(bc BlockCollection, commitBlock Block) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method public logAddBlock(path String, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLog |
From |
To |
|
Change Variable Type blockInfo : BlockInfoUnderConstruction to blockInfo : BlockInfoContiguousUnderConstruction in method package addBlock(path String, inodesInPath INodesInPath, block Block, targets DatanodeStorageInfo[]) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.namenode.FSDirectory |
From |
To |
|
Change Variable Type curBlock : BlockInfo to curBlock : BlockInfoContiguous in method private getBlocksWithLocations(datanode DatanodeID, size long) : BlocksWithLocations in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type pBlock : BlockInfo to pBlock : BlockInfoContiguous in method public logAddBlock(path String, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLog |
From |
To |
|
Change Variable Type b : BlockInfoUnderConstruction to b : BlockInfoContiguousUnderConstruction in method public handleHeartbeat(nodeReg DatanodeRegistration, reports StorageReport[], blockPoolId String, cacheCapacity long, cacheUsed long, xceiverCount int, maxTransfers int, failedVolumes int) : DatanodeCommand[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeManager |
From |
To |
|
Change Variable Type uc : BlockInfoUnderConstruction to uc : BlockInfoContiguousUnderConstruction in method private isCompleteBlock(src String, b BlockInfoContiguous, minRepl int) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method public decrementSafeBlockCount(b Block) : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method private testCombineSnapshotDiffImpl(snapshotRoot Path, modDirStr String, dirNodeNum int) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion |
From |
To |
|
Change Variable Type blks : BlockInfo[] to blks : BlockInfoContiguous[] in method private testPersistHelper(conf Configuration) : void in class org.apache.hadoop.hdfs.server.namenode.TestFSImage |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public testDeletionWithSnapshots() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type blockUC : BlockInfoUnderConstruction to blockUC : BlockInfoContiguousUnderConstruction in method private processFirstBlockReport(storageInfo DatanodeStorageInfo, report BlockListAsLongs) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type completedBlockInfo : BlockInfo to completedBlockInfo : BlockInfoContiguous in method public testCommitBlockSynchronization() : void in class org.apache.hadoop.hdfs.server.namenode.TestCommitBlockSynchronization |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method package prepareFileForAppend(src String, iip INodesInPath, leaseHolder String, clientMachine String, newBlock boolean, writeToEditLog boolean, logRetryCache boolean) : LocatedBlock in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type lastBlockInFile : BlockInfo to lastBlockInFile : BlockInfoContiguous in method package getAdditionalBlock(src String, fileId long, clientName String, previous ExtendedBlock, excludedNodes Set<Node>, favoredNodes List<String>) : LocatedBlock in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type toAdd : Collection<BlockInfo> to toAdd : Collection<BlockInfoContiguous> in method private processAndHandleReportedBlock(storageInfo DatanodeStorageInfo, block Block, reportedState ReplicaState, delHintNode DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type ucBlock : BlockInfoUnderConstruction to ucBlock : BlockInfoContiguousUnderConstruction in method public getExpectedPrimaryNode(nn NameNode, blk ExtendedBlock) : DatanodeDescriptor in class org.apache.hadoop.hdfs.DFSTestUtil |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public updateBlocksMap(file INodeFile, bm BlockManager) : void in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader |
From |
To |
|
Change Variable Type diffBlocks : BlockInfo[] to diffBlocks : BlockInfoContiguous[] in method public diskspaceConsumed() : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public testFsckError() : void in class org.apache.hadoop.hdfs.server.namenode.TestFsck |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method private getPrevious(index int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type curBlock : BlockInfo to curBlock : BlockInfoContiguous in method private verifyFileBlocks(file String, isFileOpen boolean) : void in class org.apache.hadoop.hdfs.server.namenode.TestBlockUnderConstruction |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public findEarlierSnapshotBlocks(snapshotId int) : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method package updateLengthOfLastBlock(f INodeFile, lastBlockLength long) : void in class org.apache.hadoop.hdfs.server.namenode.FileUnderConstructionFeature |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public updateBlocksMap(file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader |
From |
To |
|
Change Variable Type oldBlocks : BlockInfo[] to oldBlocks : BlockInfoContiguous[] in method public collectBlocksBeyondMax(max long, collectedBlocks BlocksMapUpdateInfo) : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private clearCorruptLazyPersistFiles() : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem.LazyPersistFileScrubber |
From |
To |
|
Change Variable Type blk : BlockInfo to blk : BlockInfoContiguous in method public testBlocksCounter() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestDatanodeDescriptor |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method private setNext(index int, to BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type blockInfo : BlockInfoUnderConstruction to blockInfo : BlockInfoContiguousUnderConstruction in method private makeNameSystemSpy(block Block, file INodeFile) : FSNamesystem in class org.apache.hadoop.hdfs.server.namenode.TestCommitBlockSynchronization |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method package getNumUnderConstructionBlocks() : long in class org.apache.hadoop.hdfs.server.namenode.LeaseManager |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private reportDiff(storageInfo DatanodeStorageInfo, newReport BlockListAsLongs, toAdd Collection<BlockInfoContiguous>, toRemove Collection<Block>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type completeBlock : BlockInfo to completeBlock : BlockInfoContiguous in method private completeBlock(bc BlockCollection, blkIndex int, force boolean) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blk : BlockInfo to blk : BlockInfoContiguous in method public destroyAndCollectBlocks(collectedBlocks BlocksMapUpdateInfo, removedINodes List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type ucBlock : BlockInfoUnderConstruction to ucBlock : BlockInfoContiguousUnderConstruction in method private completeBlock(bc BlockCollection, blkIndex int, force boolean) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type lastBlk : BlockInfo to lastBlk : BlockInfoContiguous in method private loadINodeFile(n INodeSection.INode) : INodeFile in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader |
From |
To |
|
Change Variable Type bi : BlockInfo to bi : BlockInfoContiguous in method package removeBlocksAndUpdateSafemodeTotal(blocks BlocksMapUpdateInfo) : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type block : BlockInfo to block : BlockInfoContiguous in method private checkFileProgress(src String, v INodeFile, checkall boolean) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type snapshotBlocks : BlockInfo[] to snapshotBlocks : BlockInfoContiguous[] in method public getBlocks(snapshot int) : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type block : BlockInfo to block : BlockInfoContiguous in method private processMisReplicatesAsync() : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type ucBlock : BlockInfoUnderConstruction to ucBlock : BlockInfoContiguousUnderConstruction in method public setLastBlock(lastBlock BlockInfoContiguous, locations DatanodeStorageInfo[]) : BlockInfoContiguousUnderConstruction in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method private processAndHandleReportedBlock(storageInfo DatanodeStorageInfo, block Block, reportedState ReplicaState, delHintNode DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type file3Blocks : BlockInfo[] to file3Blocks : BlockInfoContiguous[] in method public testAddBlock() : void in class org.apache.hadoop.hdfs.server.namenode.TestAddBlock |
From |
To |
|
Change Variable Type oldBlock : BlockInfo to oldBlock : BlockInfoContiguous in method private updateBlocks(fsDir FSDirectory, op BlockListUpdatingOp, iip INodesInPath, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader |
From |
To |
|
Change Variable Type oldBlock : BlockInfo to oldBlock : BlockInfoContiguous in method public convertLastBlockToUnderConstruction(bc BlockCollection, bytesToRemove long) : LocatedBlock in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private rescanFile(directive CacheDirective, file INodeFile) : void in class org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationMonitor |
From |
To |
|
Change Variable Type blks : BlockInfo[] to blks : BlockInfoContiguous[] in method public testDeletionWithZeroSizeBlock3() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type snapshotBlocks : BlockInfo[] to snapshotBlocks : BlockInfoContiguous[] in method public collectBlocksAndClear(file INodeFile, info BlocksMapUpdateInfo, removedINodes List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileWithSnapshotFeature |
From |
To |
|
Change Variable Type uc : BlockInfoUnderConstruction to uc : BlockInfoContiguousUnderConstruction in method package internalReleaseLease(lease Lease, src String, iip INodesInPath, recoveryLeaseHolder String) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private checkUCBlock(block ExtendedBlock, clientName String) : INodeFile in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type blockInfo : BlockInfoUnderConstruction to blockInfo : BlockInfoContiguousUnderConstruction in method public testHeartbeatBlockRecovery() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestHeartbeatHandling |
From |
To |
|
Change Variable Type it : Iterator<BlockInfo> to it : Iterator<BlockInfoContiguous> in method public testBlockListMoveToHead() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfo |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private addStoredBlock(block BlockInfoContiguous, storageInfo DatanodeStorageInfo, delNodeHint DatanodeDescriptor, logEveryBlock boolean) : Block in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public testDeleteEarliestSnapshot2() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method public testAddStorage() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfo |
From |
To |
|
Change Variable Type lastUC : BlockInfoUnderConstruction to lastUC : BlockInfoContiguousUnderConstruction in method package cleanZeroSizeBlock(f INodeFile, collectedBlocks BlocksMapUpdateInfo) : void in class org.apache.hadoop.hdfs.server.namenode.FileUnderConstructionFeature |
From |
To |
|
Change Variable Type info : BlockInfoUnderConstruction to info : BlockInfoContiguousUnderConstruction in method public testAddStoredBlockDoesNotCauseSkippedReplication() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestReplicationPolicy |
From |
To |
|
Change Variable Type ucBlock : BlockInfoUnderConstruction to ucBlock : BlockInfoContiguousUnderConstruction in method public testConvertLastBlockToUnderConstructionDoesNotCauseSkippedReplication() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestReplicationPolicy |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method package removeBlock(block Block) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Variable Type currentBlock : BlockInfo to currentBlock : BlockInfoContiguous in method package replaceBlock(newBlock BlockInfoContiguous) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method package recoverLeaseInternal(op RecoverLeaseOp, iip INodesInPath, src String, holder String, clientMachine String, force boolean) : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type ucBlock : BlockInfoUnderConstruction to ucBlock : BlockInfoContiguousUnderConstruction in method public convertLastBlockToUnderConstruction(bc BlockCollection, bytesToRemove long) : LocatedBlock in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type snapshotBlocks : BlockInfo[] to snapshotBlocks : BlockInfoContiguous[] in method package excludeSnapshotBlocks(snapshotId int, collectedBlocks BlocksMapUpdateInfo) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type blockInfoList : ArrayList<BlockInfo> to blockInfoList : ArrayList<BlockInfoContiguous> in method public testBlockListMoveToHead() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfo |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method package cleanZeroSizeBlock(f INodeFile, collectedBlocks BlocksMapUpdateInfo) : void in class org.apache.hadoop.hdfs.server.namenode.FileUnderConstructionFeature |
From |
To |
|
Change Variable Type ucBlock : BlockInfoUnderConstruction to ucBlock : BlockInfoContiguousUnderConstruction in method public convertToBlockUnderConstruction(s BlockUCState, targets DatanodeStorageInfo[]) : BlockInfoContiguousUnderConstruction in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type blkUC : BlockInfoUnderConstruction to blkUC : BlockInfoContiguousUnderConstruction in method package checkNamenodeBeforeReturn() : boolean in class org.apache.hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA.UpdatePipelineOp |
From |
To |
|
Change Variable Type newBI : BlockInfo to newBI : BlockInfoContiguous in method private addNewBlock(fsDir FSDirectory, op AddBlockOp, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader |
From |
To |
|
Change Variable Type temp : BlockInfo to temp : BlockInfoContiguous in method public testBlockListMoveToHead() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfo |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method package getNext(index int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type oldBlock : BlockInfo to oldBlock : BlockInfoContiguous in method package prepareFileForTruncate(iip INodesInPath, leaseHolder String, clientMachine String, lastBlockDelta long, newBlock Block) : Block in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type blockinfo : BlockInfoUnderConstruction to blockinfo : BlockInfoContiguousUnderConstruction in method private updatePipelineInternal(clientName String, oldBlock ExtendedBlock, newBlock ExtendedBlock, newNodes DatanodeID[], newStorageIDs String[], logRetryCache boolean) : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method private loadFilesUnderConstruction(in DataInput, supportSnapshot boolean, counter Counter) : void in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader |
From |
To |
|
Change Variable Type newBlocks : BlockInfo[] to newBlocks : BlockInfoContiguous[] in method package truncateBlocksTo(n int) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private blockOnNodes(blkId long, nodes List<DatanodeDescriptor>) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method public testDeleteEarliestSnapshot2() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion |
From |
To |
|
Change Variable Type curBlock : BlockInfo to curBlock : BlockInfoContiguous in method private completeBlock(bc BlockCollection, blkIndex int, force boolean) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocks_14 : BlockInfo[] to blocks_14 : BlockInfoContiguous[] in method private testCombineSnapshotDiffImpl(snapshotRoot Path, modDirStr String, dirNodeNum int) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion |
From |
To |
|
Change Variable Type next : BlockInfo to next : BlockInfoContiguous in method package listRemove(head BlockInfoContiguous, storage DatanodeStorageInfo) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type file1Blocks : BlockInfo[] to file1Blocks : BlockInfoContiguous[] in method public testAddBlock() : void in class org.apache.hadoop.hdfs.server.namenode.TestAddBlock |
From |
To |
|
Change Variable Type oldBlocks : BlockInfo[] to oldBlocks : BlockInfoContiguous[] in method public collectBlocksBeyondSnapshot(snapshotBlocks BlockInfoContiguous[], collectedBlocks BlocksMapUpdateInfo) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type truncatedBlockUC : BlockInfoUnderConstruction to truncatedBlockUC : BlockInfoContiguousUnderConstruction in method package prepareFileForTruncate(iip INodesInPath, leaseHolder String, clientMachine String, lastBlockDelta long, newBlock Block) : Block in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type it : Iterator<BlockInfo> to it : Iterator<BlockInfoContiguous> in method private reportDiff(storageInfo DatanodeStorageInfo, newReport BlockListAsLongs, toAdd Collection<BlockInfoContiguous>, toRemove Collection<Block>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method private verifyFileBlocks(file String, isFileOpen boolean) : void in class org.apache.hadoop.hdfs.server.namenode.TestBlockUnderConstruction |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method public testConvertLastBlockToUnderConstructionDoesNotCauseSkippedReplication() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestReplicationPolicy |
From |
To |
|
Change Variable Type blocksItr : Iterator<BlockInfo> to blocksItr : Iterator<BlockInfoContiguous> in method private processMisReplicatesAsync() : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type laterBlocks : BlockInfo[] to laterBlocks : BlockInfoContiguous[] in method package combineAndCollectSnapshotBlocks(file INodeFile, removed FileDiff, collectedBlocks BlocksMapUpdateInfo, removedINodes List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList |
From |
To |
|
Change Variable Type bi : BlockInfo to bi : BlockInfoContiguous in method package rescanPostponedMisreplicatedBlocks() : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type snapshotBlocks : BlockInfo[] to snapshotBlocks : BlockInfoContiguous[] in method package isBlockInLatestSnapshot(block BlockInfoContiguous) : boolean in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type prev : BlockInfo to prev : BlockInfoContiguous in method package listRemove(head BlockInfoContiguous, storage DatanodeStorageInfo) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method package assertBlockCollection(path String, numBlocks int, dir FSDirectory, blkManager BlockManager) : INodeFile in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type blockInfo : BlockInfoUnderConstruction to blockInfo : BlockInfoContiguousUnderConstruction in method public testInitializeBlockRecovery() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfoUnderConstruction |
From |
To |
|
Change Variable Type lastBlk : BlockInfo to lastBlk : BlockInfoContiguous in method package loadINode(localName byte[], isSnapshotINode boolean, in DataInput, counter Counter) : INode in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader |
From |
To |
|
Change Variable Type curBlock : BlockInfo to curBlock : BlockInfoContiguous in method package internalReleaseLease(lease Lease, src String, iip INodesInPath, recoveryLeaseHolder String) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public logAddBlock(path String, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLog |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method public testDeleteCurrentFileDirectory() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion |
From |
To |
|
Change Variable Type fileBlocks : BlockInfo[] to fileBlocks : BlockInfoContiguous[] in method private completeBlock(bc BlockCollection, block BlockInfoContiguous, force boolean) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blk1 : BlockInfo to blk1 : BlockInfoContiguous in method public testBlocksCounter() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestDatanodeDescriptor |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private doTestOneOfTwoRacksDecommissioned(testIndex int) : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Variable Type newblock : BlockInfo to newblock : BlockInfoContiguous in method private createINodeFiles(nCount int, fileNamePrefix String) : INodeFile[] in class org.apache.hadoop.hdfs.server.namenode.TestINodeFile |
From |
To |
|
Change Variable Type oldBlocks : BlockInfo[] to oldBlocks : BlockInfoContiguous[] in method private addNewBlock(fsDir FSDirectory, op AddBlockOp, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private doTestSufficientlyReplBlocksUsesNewRack(testIndex int) : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Variable Type blks : BlockInfo[] to blks : BlockInfoContiguous[] in method public testDeletionWithZeroSizeBlock2() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type block : BlockInfoUnderConstruction to block : BlockInfoContiguousUnderConstruction in method package addStoredBlockUnderConstruction(ucBlock StatefulBlockInfo, storageInfo DatanodeStorageInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type next : BlockInfo to next : BlockInfoContiguous in method public moveBlockToHead(head BlockInfoContiguous, storage DatanodeStorageInfo, curIndex int, headIndex int) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoContiguous |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method package internalReleaseLease(lease Lease, src String, iip INodesInPath, recoveryLeaseHolder String) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type file4Blocks : BlockInfo[] to file4Blocks : BlockInfoContiguous[] in method public testAddBlock() : void in class org.apache.hadoop.hdfs.server.namenode.TestAddBlock |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private processReportedBlock(storageInfo DatanodeStorageInfo, block Block, reportedState ReplicaState, toAdd Collection<BlockInfoContiguous>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocks : BlockInfo[] to blocks : BlockInfoContiguous[] in method public findLaterSnapshotBlocks(snapshotId int) : BlockInfoContiguous[] in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList |
From |
To |
|
Change Variable Type blks : BlockInfo[] to blks : BlockInfoContiguous[] in method public testDeletionWithZeroSizeBlock() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method private addNewPendingCached(neededCached int, cachedBlock CachedBlock, cached List<DatanodeDescriptor>, pendingCached List<DatanodeDescriptor>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationMonitor |
From |
To |
|
Change Variable Type blocks : List<BlockInfoUnderConstruction> to blocks : List<BlockInfoContiguousUnderConstruction> in method public getLeaseRecoveryCommand(maxTransfers int) : BlockInfoContiguousUnderConstruction[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private doTestTwoOfThreeNodesDecommissioned(testIndex int) : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method private appendFileInternal(pc FSPermissionChecker, iip INodesInPath, holder String, clientMachine String, newBlock boolean, logRetryCache boolean) : LocatedBlock in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private addBlockOnNodes(blockId long, nodes List<DatanodeDescriptor>) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Variable Type lastBlockInFile : BlockInfo to lastBlockInFile : BlockInfoContiguous in method package analyzeFileState(src String, fileId long, clientName String, previous ExtendedBlock, onRetryBlock LocatedBlock[]) : FileState in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method public testDeletionWithSnapshots() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type ucBlock : BlockInfo to ucBlock : BlockInfoContiguous in method private loadFilesUnderConstruction(in DataInput, supportSnapshot boolean, counter Counter) : void in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method package addBlockCollection(b BlockInfoContiguous, bc BlockCollection) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Variable Type oldBlocks : BlockInfo[] to oldBlocks : BlockInfoContiguous[] in method private updateBlocks(fsDir FSDirectory, op BlockListUpdatingOp, iip INodesInPath, file INodeFile) : void in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader |
From |
To |
|
Change Variable Type uc : BlockInfoUnderConstruction to uc : BlockInfoContiguousUnderConstruction in method private createLocatedBlock(blk BlockInfoContiguous, pos long) : LocatedBlock in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type penultimateBlock : BlockInfo to penultimateBlock : BlockInfoContiguous in method package analyzeFileState(src String, fileId long, clientName String, previous ExtendedBlock, onRetryBlock LocatedBlock[]) : FileState in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type toAdd : Collection<BlockInfo> to toAdd : Collection<BlockInfoContiguous> in method private processReport(storageInfo DatanodeStorageInfo, report BlockListAsLongs) : Collection<Block> in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private rescanCachedBlockMap() : void in class org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationMonitor |
From |
To |
|
Change Variable Type delimiter : BlockInfo to delimiter : BlockInfoContiguous in method private reportDiff(storageInfo DatanodeStorageInfo, newReport BlockListAsLongs, toAdd Collection<BlockInfoContiguous>, toRemove Collection<Block>, toInvalidate Collection<Block>, toCorrupt Collection<BlockToMarkCorrupt>, toUC Collection<StatefulBlockInfo>) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type fileBlocks : BlockInfo[] to fileBlocks : BlockInfoContiguous[] in method public testAddBlockUC() : void in class org.apache.hadoop.hdfs.server.namenode.TestAddBlock |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method package commitBlockSynchronization(oldBlock ExtendedBlock, newgenerationstamp long, newlength long, closeFile boolean, deleteblock boolean, newtargets DatanodeID[], newtargetstorages String[]) : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method package saveAllocatedBlock(src String, inodesInPath INodesInPath, newBlock Block, targets DatanodeStorageInfo[]) : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method private checkFileProgress(src String, v INodeFile, checkall boolean) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method public diskspaceConsumed() : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type truncatedBlock : BlockInfoUnderConstruction to truncatedBlock : BlockInfoContiguousUnderConstruction in method package commitBlockSynchronization(oldBlock ExtendedBlock, newgenerationstamp long, newlength long, closeFile boolean, deleteblock boolean, newtargets DatanodeID[], newtargetstorages String[]) : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type file2Blocks : BlockInfo[] to file2Blocks : BlockInfoContiguous[] in method public testAddBlock() : void in class org.apache.hadoop.hdfs.server.namenode.TestAddBlock |
From |
To |
|
Change Variable Type res : BlockInfo to res : BlockInfoContiguous in method public next() : BlockInfoContiguous in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo.BlockIterator |
From |
To |
|
Change Variable Type last : BlockInfo to last : BlockInfoContiguous in method public createLocatedBlocks(blocks BlockInfoContiguous[], fileSizeExcludeBlocksUnderConstruction long, isFileUnderConstruction boolean, offset long, length long, needBlockToken boolean, inSnapshot boolean, feInfo FileEncryptionInfo) : LocatedBlocks in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type b : BlockInfo to b : BlockInfoContiguous in method package updateBlockCollection() : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method package removeNode(b Block, node DatanodeDescriptor) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method public getExpectedPrimaryNode(nn NameNode, blk ExtendedBlock) : DatanodeDescriptor in class org.apache.hadoop.hdfs.DFSTestUtil |
From |
To |
|
Change Variable Type removedBlocks : BlockInfo[] to removedBlocks : BlockInfoContiguous[] in method package combineAndCollectSnapshotBlocks(file INodeFile, removed FileDiff, collectedBlocks BlocksMapUpdateInfo, removedINodes List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList |
From |
To |
|
Change Variable Type oldBlock : BlockInfo to oldBlock : BlockInfoContiguous in method package unprotectedTruncate(src String, clientName String, clientMachine String, newLength long, mtime long, truncateBlock Block) : void in class org.apache.hadoop.hdfs.server.namenode.FSDirectory |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method public findAndMarkBlockAsCorrupt(blk ExtendedBlock, dn DatanodeInfo, storageID String, reason String) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private doBasicTest(testIndex int) : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Variable Type storedBlock : BlockInfo to storedBlock : BlockInfoContiguous in method private processFirstBlockReport(storageInfo DatanodeStorageInfo, report BlockListAsLongs) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type lastBlock : BlockInfo to lastBlock : BlockInfoContiguous in method package internalReleaseLease(lease Lease, src String, iip INodesInPath, recoveryLeaseHolder String) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type completedBlockInfo : BlockInfo to completedBlockInfo : BlockInfoContiguous in method public testCommitBlockSynchronizationWithClose() : void in class org.apache.hadoop.hdfs.server.namenode.TestCommitBlockSynchronization |
From |
To |
|
Change Variable Type blockInfo : BlockInfo to blockInfo : BlockInfoContiguous in method private doTestAllNodesHoldingReplicasDecommissioned(testIndex int) : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockManager |
From |
To |
|
Change Variable Type blockInfos : BlockInfo[] to blockInfos : BlockInfoContiguous[] in method private rescanFile(directive CacheDirective, file INodeFile) : void in class org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationMonitor |
From |
To |
|
Change Variable Type info : BlockInfo to info : BlockInfoContiguous in method package getBlockCollection(b Block) : BlockCollection in class org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap |
From |
To |
|
Change Variable Type blocks0 : BlockInfo[] to blocks0 : BlockInfoContiguous[] in method public testDeletionWithSnapshots() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap |
From |
To |
|
Change Variable Type iter : Iterator<BlockInfo> to iter : Iterator<BlockInfoContiguous> in method private getBlocksWithLocations(datanode DatanodeID, size long) : BlocksWithLocations in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |