2f90b67e7b6b420bced8ca81b12e004b29044d47
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable value : ByteBuffer to directBuffer : ByteBuffer in method private copyAsNonDirectBuffer(directBuffer ByteBuffer) : ByteBuffer in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler | From | To | |
Extract Method | 2 | ||
Extract Method private getReader(sessionId long, lockId long, blockId long) : ByteBufferKeyValuePartitionReader extracted from private getInternal(blockId long, keyBuffer ByteBuffer) : ByteBuffer in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler | From | To | |
Extract Method private copyAsNonDirectBuffer(directBuffer ByteBuffer) : ByteBuffer extracted from public get(blockId long, key ByteBuffer) : ByteBuffer in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler | From | To |