|
Change Parameter Type inodes : Set<Integer> to inodes : Set<Long> in method public updatePinnedInodes(inodes Set<Long>) : void in class tachyon.worker.block.BlockStore |
From |
To |
|
Change Parameter Type pinnedInodes : Set<Integer> to pinnedInodes : Set<Long> in method public updatePinList(pinnedInodes Set<Long>) : void in class tachyon.worker.block.BlockDataManager |
From |
To |
|
Change Parameter Type inodes : Set<Integer> to inodes : Set<Long> in method public updatePinnedInodes(inodes Set<Long>) : void in class tachyon.worker.block.TieredBlockStore |
From |
To |
|
Change Parameter Type pinnedInodes : Set<Integer> to pinnedInodes : Set<Long> in method public BlockMetadataManagerView(manager BlockMetadataManager, pinnedInodes Set<Long>, lockedBlocks Set<Long>) in class tachyon.worker.block.BlockMetadataManagerView |
From |
To |