7c6a3af4cc50716a2323df29102c67ce53ac1c77
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 4 | ||
Push Down Method public addKeyAndValue(key byte[], value byte[]) : int from class tachyon.worker.keyvalue.PayloadWriter to public addKeyAndValue(key byte[], value byte[]) : int from class tachyon.worker.keyvalue.OutStreamPayloadWriter | From | To | |
Push Down Method public flush() : void from class tachyon.worker.keyvalue.PayloadWriter to public flush() : void from class tachyon.worker.keyvalue.OutStreamPayloadWriter | From | To | |
Push Down Method public close() : void from class tachyon.worker.keyvalue.PayloadWriter to public close() : void from class tachyon.worker.keyvalue.OutStreamPayloadWriter | From | To | |
Push Down Method public PayloadWriter(out AbstractOutStream) from class tachyon.worker.keyvalue.PayloadWriter to public OutStreamPayloadWriter(out AbstractOutStream) from class tachyon.worker.keyvalue.OutStreamPayloadWriter | From | To | |
Extract Subclass | 1 | ||
Extract Subclass tachyon.worker.keyvalue.OutStreamPayloadWriter from class tachyon.worker.keyvalue.PayloadWriter | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private mOutStream : AbstractOutStream from class tachyon.worker.keyvalue.PayloadWriter to private mOutStream : AbstractOutStream from class tachyon.worker.keyvalue.OutStreamPayloadWriter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mPayloadWriter : PayloadWriter to mOutStreamPayloadWriter : OutStreamPayloadWriter in class tachyon.worker.keyvalue.LinearProbingIndexTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mPayloadWriter : PayloadWriter to mOutStreamPayloadWriter : OutStreamPayloadWriter in class tachyon.worker.keyvalue.LinearProbingIndexTest | From | To | |
Change Attribute Type mTestWriter : PayloadWriter to mTestWriter : OutStreamPayloadWriter in class tachyon.worker.keyvalue.PayloadReaderWriterTest | From | To |