|
Change Variable Type walKey : WALKey to walKey : WALEdit in method protected readNext(entry Entry) : boolean in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader |
From |
To |
|
Change Variable Type keyBuilder : WALProtos.WALKey.Builder to keyBuilder : WALProtos.WALEdit.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 |
|
Change Variable Type walKeyProto : WALProtos.WALKey to walKeyProto : WALProtos.WALEdit 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 edit : WALEdit to edit : org.apache.hadoop.hbase.regionserver.wal.WALEdit in method public testReplicateEntriesForHFiles() : void in class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink |
From |
To |