Uses of Enum
org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType
Packages that use org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType
-
Uses of org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor that return org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType
RegionObserver.MutationType.valueOf
(String name) static org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType[]
RegionObserver.MutationType.values()
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType in inModifier and TypeMethodDescriptiondefault org.apache.hadoop.hbase.Cell
RegionObserver.postMutationBeforeWAL
(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType opType, org.apache.hadoop.hbase.client.Mutation mutation, org.apache.hadoop.hbase.Cell oldCell, org.apache.hadoop.hbase.Cell newCell) Deprecated.since 2.2.0 and will be removedin 4.0.0.