007eb5cf260b69cd13804b9ba66fefa3703f91b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getAllKeys(blockId long) : List<ByteBuffer> renamed to public getNextKeys(blockId long, currentKey ByteBuffer, numKeys int) : List<ByteBuffer> in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler | From | To | |
Rename Method public getAllKeys(blockId long) : List<ByteBuffer> renamed to public call() : List<ByteBuffer> in class tachyon.client.keyvalue.KeyValueWorkerClient.getNextKeys.retryRPC | From | To | |
Inline Variable | 1 | ||
Inline Variable offset : int in method public get(key ByteBuffer, reader PayloadReader) : ByteBuffer from class tachyon.client.keyvalue.LinearProbingIndex | From | To | |
Extract Method | 1 | ||
Extract Method private bucketOffset(key ByteBuffer, reader PayloadReader) : int extracted from public get(key ByteBuffer, reader PayloadReader) : ByteBuffer in class tachyon.client.keyvalue.LinearProbingIndex | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getNextKeys(blockId long, currentKey ByteBuffer, numKeys int) : List<ByteBuffer> extracted from public getAllKeys(blockId long) : List<ByteBuffer> in class tachyon.client.keyvalue.KeyValueWorkerClient & moved to class tachyon.client.keyvalue.KeyValueWorkerClient | From | To |