37696fffe95bd1cf3c4ca92a4a11560d53df769b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type walEdit : WALProtos.WALEdit to walKey : WALProtos.WALKey in method public readFieldsFromPb(walKey WALProtos.WALKey, uncompressor WALCellCodec.ByteStringUncompressor) : void in class org.apache.hadoop.hbase.wal.WALKey | From | To | |
Change Return Type | 1 | ||
Change Return Type WALProtos.WALEdit.Builder to WALProtos.WALKey.Builder in method public getBuilder(compressor WALCellCodec.ByteStringCompressor) : WALProtos.WALKey.Builder in class org.apache.hadoop.hbase.wal.WALKey | From | To | |
Change Variable Type | 3 | ||
Change Variable Type walKey : WALEdit to walKey : WALKey in method protected readNext(entry Entry) : boolean in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader | From | To | |
Change Variable Type walKeyProto : WALProtos.WALEdit to walKeyProto : WALProtos.WALKey in method public getMutationsFromWALEntry(entry WALEntry, cells CellScanner, logEntry Pair<WALKey,WALEdit>, durability Durability) : List<MutationReplay> in class org.apache.hadoop.hbase.wal.WALSplitter | From | To | |
Change Variable Type keyBuilder : WALProtos.WALEdit.Builder to keyBuilder : WALProtos.WALKey.Builder in method public buildReplicateWALEntryRequest(entries Entry[], encodedRegionName byte[], replicationClusterId String, sourceBaseNamespaceDir Path, sourceHFileArchiveDir Path) : Pair<AdminProtos.ReplicateWALEntryRequest,CellScanner> in class org.apache.hadoop.hbase.protobuf.ReplicationProtbufUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter walEdit : WALProtos.WALEdit to walKey : WALProtos.WALKey in method public readFieldsFromPb(walKey WALProtos.WALKey, uncompressor WALCellCodec.ByteStringUncompressor) : void in class org.apache.hadoop.hbase.wal.WALKey | From | To |