|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mutation | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.coprocessor | Table of Contents |
org.apache.hadoop.hbase.regionserver |
Uses of Mutation in org.apache.hadoop.hbase.client |
---|
Subclasses of Mutation in org.apache.hadoop.hbase.client | |
---|---|
class |
Append
Performs Append operations on a single row. |
class |
Delete
Used to perform Delete operations on a single row. |
class |
Put
Used to perform Put operations for a single row. |
Methods in org.apache.hadoop.hbase.client that return types with arguments of type Mutation | |
---|---|
List<Mutation> |
RowMutations.getMutations()
|
Uses of Mutation in org.apache.hadoop.hbase.coprocessor |
---|
Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type Mutation | |
---|---|
void |
MultiRowMutationEndpoint.mutateRows(List<Mutation> mutations)
|
void |
MultiRowMutationProtocol.mutateRows(List<Mutation> mutations)
|
void |
BaseRegionObserver.postBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
MiniBatchOperationInProgress<Pair<Mutation,Integer>> miniBatchOp)
|
void |
RegionObserver.postBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
MiniBatchOperationInProgress<Pair<Mutation,Integer>> miniBatchOp)
This will be called after applying a batch of Mutations on a region. |
void |
BaseRegionObserver.preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
MiniBatchOperationInProgress<Pair<Mutation,Integer>> miniBatchOp)
|
void |
RegionObserver.preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
MiniBatchOperationInProgress<Pair<Mutation,Integer>> miniBatchOp)
This will be called for every batch mutation operation happening at the server. |
Uses of Mutation in org.apache.hadoop.hbase.regionserver |
---|
Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type Mutation | |
---|---|
void |
HRegion.mutateRowsWithLocks(Collection<Mutation> mutations,
Collection<byte[]> rowsToLock)
Perform atomic mutations within the region. |
void |
RegionCoprocessorHost.postBatchMutate(MiniBatchOperationInProgress<Pair<Mutation,Integer>> miniBatchOp)
|
boolean |
RegionCoprocessorHost.preBatchMutate(MiniBatchOperationInProgress<Pair<Mutation,Integer>> miniBatchOp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |