Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
private static class |
HRegion.MutationBatchOperation
Batch of mutation operations.
|
private static class |
HRegion.ReplayBatchOperation
Batch of mutations for replay.
|
Modifier and Type | Method and Description |
---|---|
private OperationStatus[] |
HRegion.batchMutate(HRegion.BatchOperation<?> batchOp)
Perform a batch of mutations.
|
private void |
HRegion.doMiniBatchMutate(HRegion.BatchOperation<?> batchOp)
Called to do a piece of the batch that came in to
HRegion.batchMutate(Mutation[]) In here we
also handle replay of edits on region recover. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.