| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.coprocessor | 
 Table of Contents 
 | 
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.visibility | |
| org.apache.hadoop.hbase.tool | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
RegionObserver.postBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
               MiniBatchOperationInProgress<Mutation> miniBatchOp)
This will be called after applying a batch of Mutations on a region. 
 | 
default void | 
RegionObserver.postBatchMutateIndispensably(ObserverContext<RegionCoprocessorEnvironment> ctx,
                            MiniBatchOperationInProgress<Mutation> miniBatchOp,
                            boolean success)
Called after the completion of batch put/delete and will be called even if the batch operation
 fails. 
 | 
default void | 
RegionObserver.preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
              MiniBatchOperationInProgress<Mutation> miniBatchOp)
This will be called for every batch mutation operation happening at the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected MiniBatchOperationInProgress<Mutation> | 
HRegion.BatchOperation.createMiniBatch(int lastIndexExclusive,
               int readyToWriteCount)  | 
MiniBatchOperationInProgress<Mutation> | 
HRegion.BatchOperation.lockRowsAndBuildMiniBatch(List<Region.RowLock> acquiredRowLocks)
Creates Mini-batch of all operations [nextIndexToProcess, lastIndexExclusive) for which
 a row lock can be acquired. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccessController.preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
              MiniBatchOperationInProgress<Mutation> miniBatchOp)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VisibilityController.preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
              MiniBatchOperationInProgress<Mutation> miniBatchOp)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WriteSinkCoprocessor.preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
              MiniBatchOperationInProgress<Mutation> miniBatchOp)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.