Uses of Enum
org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType

Packages that use org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType
Package
Description
Table of Contents
  • 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 in
    Modifier and Type
    Method
    Description
    static 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 in
    Modifier and Type
    Method
    Description
    default 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.