|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.coprocessor |
|---|
| Methods in org.apache.hadoop.hbase.coprocessor that return RegionObserver.MutationType | |
|---|---|
static RegionObserver.MutationType |
RegionObserver.MutationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RegionObserver.MutationType[] |
RegionObserver.MutationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.hadoop.hbase.coprocessor with parameters of type RegionObserver.MutationType | |
|---|---|
Cell |
BaseRegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx,
RegionObserver.MutationType opType,
Mutation mutation,
Cell oldCell,
Cell newCell)
|
Cell |
RegionObserver.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx,
RegionObserver.MutationType opType,
Mutation mutation,
Cell oldCell,
Cell newCell)
Called after a new cell has been created during an increment operation, but before it is committed to the WAL or memstore. |
| Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.regionserver |
|---|
| Methods in org.apache.hadoop.hbase.regionserver with parameters of type RegionObserver.MutationType | |
|---|---|
Cell |
RegionCoprocessorHost.postMutationBeforeWAL(RegionObserver.MutationType opType,
Mutation mutation,
Cell oldCell,
Cell newCell)
|
| Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.security.access |
|---|
| Methods in org.apache.hadoop.hbase.security.access with parameters of type RegionObserver.MutationType | |
|---|---|
Cell |
AccessController.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx,
RegionObserver.MutationType opType,
Mutation mutation,
Cell oldCell,
Cell newCell)
|
| Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.security.visibility |
|---|
| Methods in org.apache.hadoop.hbase.security.visibility with parameters of type RegionObserver.MutationType | |
|---|---|
Cell |
VisibilityController.postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment> ctx,
RegionObserver.MutationType opType,
Mutation mutation,
Cell oldCell,
Cell newCell)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||