|
Change Parameter Type metadata : BlockMetadataManager to view : BlockMetadataManagerView in method public GreedyAllocator(view BlockMetadataManagerView) in class tachyon.worker.block.allocator.GreedyAllocator |
From |
To |
|
Change Parameter Type metadata : BlockMetadataManager to view : BlockMetadataManagerView in method public GreedyEvictor(view BlockMetadataManagerView) in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Parameter Type tier : StorageTier to tierView : StorageTierView in method private getCandidateDirInTier(tierView StorageTierView, blockSize long) : StorageDirView in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Change Parameter Type pendingBytesInDir : Map<StorageDir,Long> to pendingBytesInDir : Map<StorageDirView,Long> in method private selectDirToTransferBlock(block BlockMeta, toTiers List<StorageTierView>, pendingBytesInDir Map<StorageDirView,Long>) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Parameter Type metaManager : BlockMetadataManager to view : BlockMetadataManagerView in method public create(evictorType EvictorType, view BlockMetadataManagerView) : Evictor in class tachyon.worker.block.evictor.EvictorFactory |
From |
To |
|
Change Parameter Type metaManager : BlockMetadataManager to view : BlockMetadataManagerView in method public create(allocatorType AllocatorType, view BlockMetadataManagerView) : Allocator in class tachyon.worker.block.allocator.AllocatorFactory |
From |
To |
|
Change Parameter Type toTiers : List<StorageTier> to toTiers : List<StorageTierView> in method private selectDirToTransferBlock(block BlockMeta, toTiers List<StorageTierView>, pendingBytesInDir Map<StorageDirView,Long>) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Parameter Type tier : StorageTier to tierView : StorageTierView in method private selectDirToEvictBlocksFromTier(tierView StorageTierView, availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Parameter Type dir : StorageDir to dirView : StorageDirView in method private canEvictBlocksFromDir(dirView StorageDirView, availableBytes long) : boolean in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Parameter Type metadata : BlockMetadataManager to view : BlockMetadataManagerView in method public MaxFreeAllocator(view BlockMetadataManagerView) in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Change Parameter Type meta : BlockMetadataManager to fullview : BlockMetadataManagerView in method public LRUEvictor(fullview BlockMetadataManagerView) in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method private selectDirToEvictBlocksFromTier(tierView StorageTierView, availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method private selectDirToEvictBlocksFromAnyTier(availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method private alreadyAvailable(bytesToBeAvailable long, location BlockStoreLocation) : boolean in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Variable fromTier : StorageTier to fromTierAlias : int in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Variable tier : StorageTier to tierView : StorageTierView in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Variable tier : StorageTier to tierView : StorageTierView in method private freeSpace(bytesToBeAvailable long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Variable selectedDir : StorageDir to selectedDirView : StorageDirView in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Variable tier : StorageTier to tierView : StorageTierView in method private allocateBlock(userId long, blockId long, blockSize long, location BlockStoreLocation) : TempBlockMeta in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method public LRUEvictor(fullview BlockMetadataManagerView) in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Variable tier : StorageTier to tierView : StorageTierView in method public noNeedToEvictTest1() : void in class tachyon.worker.block.evictor.EvictorTest |
From |
To |
|
Rename Variable candidateDir : StorageDir to candidateDirView : StorageDirView in method private allocateBlock(userId long, blockId long, blockSize long, location BlockStoreLocation) : TempBlockMeta in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Rename Variable tier : StorageTier to tierView : StorageTierView in method private selectDirToEvictBlocksFromAnyTier(availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Variable tier : StorageTier to tierView : StorageTierView in method private alreadyAvailable(bytesToBeAvailable long, location BlockStoreLocation) : boolean in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method private freeSpace(bytesToBeAvailable long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method private allocateBlock(userId long, blockId long, blockSize long, location BlockStoreLocation) : TempBlockMeta in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Rename Variable candidateDir : StorageDir to candidateDirView : StorageDirView in method private getCandidateDirInTier(tierView StorageTierView, blockSize long) : StorageDirView in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Rename Variable tier : StorageTier to tierView : StorageTierView in method public LRUEvictor(fullview BlockMetadataManagerView) in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method private getCandidateDirInTier(tierView StorageTierView, blockSize long) : StorageDirView in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Rename Variable dir : StorageDir to dirView : StorageDirView in method public noNeedToEvictTest1() : void in class tachyon.worker.block.evictor.EvictorTest |
From |
To |
|
Change Variable Type tier : StorageTier to tierView : StorageTierView in method public noNeedToEvictTest1() : void in class tachyon.worker.block.evictor.EvictorTest |
From |
To |
|
Change Variable Type toTier : StorageTier to toTier : StorageTierView in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type tier : StorageTier to tierView : StorageTierView in method private alreadyAvailable(bytesToBeAvailable long, location BlockStoreLocation) : boolean in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Change Variable Type tier : StorageTier to tierView : StorageTierView in method private selectDirToEvictBlocksFromAnyTier(availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method private freeSpace(bytesToBeAvailable long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Change Variable Type candidateDir : StorageDir to candidateDirView : StorageDirView in method private getCandidateDirInTier(tierView StorageTierView, blockSize long) : StorageDirView in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Change Variable Type tier : StorageTier to tierView : StorageTierView in method public LRUEvictor(fullview BlockMetadataManagerView) in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method private selectDirToEvictBlocksFromTier(tierView StorageTierView, availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type toDir : StorageDir to toDir : StorageDirView in method private selectDirToTransferBlock(block BlockMeta, toTiers List<StorageTierView>, pendingBytesInDir Map<StorageDirView,Long>) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type tier : StorageTier to tierView : StorageTierView in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type tier : StorageTier to tierView : StorageTierView in method private freeSpace(bytesToBeAvailable long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Change Variable Type pendingBytesInDir : Map<StorageDir,Long> to pendingBytesInDir : Map<StorageDirView,Long> in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type candidateDir : StorageDir to candidateDirView : StorageDirView in method private allocateBlock(userId long, blockId long, blockSize long, location BlockStoreLocation) : TempBlockMeta in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method private allocateBlock(userId long, blockId long, blockSize long, location BlockStoreLocation) : TempBlockMeta in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method private getCandidateDirInTier(tierView StorageTierView, blockSize long) : StorageDirView in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method public noNeedToEvictTest1() : void in class tachyon.worker.block.evictor.EvictorTest |
From |
To |
|
Change Variable Type toTier : StorageTier to toTier : StorageTierView in method private selectDirToTransferBlock(block BlockMeta, toTiers List<StorageTierView>, pendingBytesInDir Map<StorageDirView,Long>) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method private selectDirToEvictBlocksFromAnyTier(availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type fromTier : StorageTier to fromTierAlias : int in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method private alreadyAvailable(bytesToBeAvailable long, location BlockStoreLocation) : boolean in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Change Variable Type toDir : StorageDir to toDir : StorageDirView in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type tier : StorageTier to tierView : StorageTierView in method private allocateBlock(userId long, blockId long, blockSize long, location BlockStoreLocation) : TempBlockMeta in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Change Variable Type selectedDir : StorageDir to selectedDirView : StorageDirView in method private freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Change Variable Type dir : StorageDir to dirView : StorageDirView in method public LRUEvictor(fullview BlockMetadataManagerView) in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Parameter tier : StorageTier to tierView : StorageTierView in method private selectDirToEvictBlocksFromTier(tierView StorageTierView, availableBytes long) : StorageDirView in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Parameter dir : StorageDir to dirView : StorageDirView in method private canEvictBlocksFromDir(dirView StorageDirView, availableBytes long) : boolean in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Parameter metadata : BlockMetadataManager to view : BlockMetadataManagerView in method public MaxFreeAllocator(view BlockMetadataManagerView) in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Rename Parameter meta : BlockMetadataManager to fullview : BlockMetadataManagerView in method public LRUEvictor(fullview BlockMetadataManagerView) in class tachyon.worker.block.evictor.LRUEvictor |
From |
To |
|
Rename Parameter metadata : BlockMetadataManager to view : BlockMetadataManagerView in method public GreedyAllocator(view BlockMetadataManagerView) in class tachyon.worker.block.allocator.GreedyAllocator |
From |
To |
|
Rename Parameter metadata : BlockMetadataManager to view : BlockMetadataManagerView in method public GreedyEvictor(view BlockMetadataManagerView) in class tachyon.worker.block.evictor.GreedyEvictor |
From |
To |
|
Rename Parameter tier : StorageTier to tierView : StorageTierView in method private getCandidateDirInTier(tierView StorageTierView, blockSize long) : StorageDirView in class tachyon.worker.block.allocator.MaxFreeAllocator |
From |
To |
|
Rename Parameter metaManager : BlockMetadataManager to view : BlockMetadataManagerView in method public create(evictorType EvictorType, view BlockMetadataManagerView) : Evictor in class tachyon.worker.block.evictor.EvictorFactory |
From |
To |
|
Rename Parameter metaManager : BlockMetadataManager to view : BlockMetadataManagerView in method public create(allocatorType AllocatorType, view BlockMetadataManagerView) : Allocator in class tachyon.worker.block.allocator.AllocatorFactory |
From |
To |