|
Change Variable Type blockId : long to blockInfo : Pair<Long,BlockStoreLocation> in method private freeSpaceInternal(sessionId long, availableBytes long, location BlockStoreLocation) : void in class tachyon.worker.block.TieredBlockStore |
From |
To |
|
Change Variable Type blocksGroupedByDestTier : Map<Integer,Set<Pair<Long,BlockStoreLocation>>> to blocksGroupedByDestTier : Map<Integer,Set<Pair<Long,Pair<BlockStoreLocation,BlockStoreLocation>>>> in method private freeSpaceInternal(sessionId long, availableBytes long, location BlockStoreLocation) : void in class tachyon.worker.block.TieredBlockStore |
From |
To |
|
Change Variable Type entry : Pair<Long,BlockStoreLocation> to entry : Pair<Long,Pair<BlockStoreLocation,BlockStoreLocation>> in method private freeSpaceInternal(sessionId long, availableBytes long, location BlockStoreLocation) : void in class tachyon.worker.block.TieredBlockStore |
From |
To |
|
Change Variable Type toMove : Set<Pair<Long,BlockStoreLocation>> to toMove : Set<Pair<Long,Pair<BlockStoreLocation,BlockStoreLocation>>> in method private freeSpaceInternal(sessionId long, availableBytes long, location BlockStoreLocation) : void in class tachyon.worker.block.TieredBlockStore |
From |
To |