Uses of Enum Class
org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType
-
Uses of RegionObserver.MutationType in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptionstatic RegionObserver.MutationType
Returns the enum constant of this class with the specified name.static RegionObserver.MutationType[]
RegionObserver.MutationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault Cell
RegionObserver.postMutationBeforeWAL
(ObserverContext<? extends RegionCoprocessorEnvironment> ctx, RegionObserver.MutationType opType, Mutation mutation, Cell oldCell, Cell newCell) Deprecated.since 2.2.0 and will be removedin 4.0.0.