| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) static class  | 
HRegion.MutationBatchOperation
Batch of mutation operations. 
 | 
(package private) static class  | 
HRegion.ReplayBatchOperation
Batch of mutations for replay. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
(package 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[], long, long)
 In here we also handle replay of edits on region recover. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.