|
Rename Method public freeBlock(blockId long) : boolean renamed to public removeBlock(blockId long) : boolean in class tachyon.worker.block.BlockServiceHandler |
From |
To |
|
Rename Method public getBlock(userId long, blockId long, lockId int) : String renamed to public readBlock(userId long, blockId long, lockId int) : String in class tachyon.worker.block.BlockServiceHandler |
From |
To |
|
Rename Method public completeBlock(userId long, blockId long) : void renamed to public commitBlock(userId long, blockId long) : void in class tachyon.worker.block.BlockServiceHandler |
From |
To |