bcd5565b6a1f0f99b00060835210c362192a097a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public addKeyAndValue(key byte[], value byte[]) : int renamed to public insert(key byte[], value byte[]) : int in class tachyon.worker.keyvalue.OutStreamPayloadWriter | From | To | |
Rename Method public getCount() : int renamed to public getBytesWritten() : int in class tachyon.client.file.AbstractOutStream | From | To | |
Rename Method public addKeyAndValue(key byte[], value byte[]) : int renamed to public insert(key byte[], value byte[]) : int in class tachyon.worker.keyvalue.PayloadWriter | From | To | |
Rename Method public getCount() : int renamed to public getBytesWritten() : int in class tachyon.client.file.ByteArrayOutStream | From | To | |
Rename Variable | 1 | ||
Rename Variable pos : int to bucketOffset : int in method public get(key ByteBuffer, reader PayloadReader) : ByteBuffer in class tachyon.worker.keyvalue.LinearProbingIndex | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mCount : int to mBytesWritten : int in class tachyon.client.file.AbstractOutStream | From | To | |
Rename Parameter | 1 | ||
Rename Parameter n : int to len : int in method private checkBoundary(buf byte[], pos int, len int) : void in class tachyon.util.io.ByteIOUtils | From | To |