| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.wal |
| Modifier and Type | Method and Description |
|---|---|
OperationStatus[] |
HRegion.batchReplay(WALSplitter.MutationReplay[] mutations,
long replaySeqId) |
| Modifier and Type | Method and Description |
|---|---|
static List<WALSplitter.MutationReplay> |
WALSplitter.getMutationsFromWALEntry(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.WALEntry entry,
org.apache.hadoop.hbase.CellScanner cells,
org.apache.hadoop.hbase.util.Pair<WALKey,WALEdit> logEntry,
org.apache.hadoop.hbase.client.Durability durability)
This function is used to construct mutations from a WALEntry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WALSplitter.MutationReplay.compareTo(WALSplitter.MutationReplay d) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.