Class CoprocessorValidatorTest.ObsoleteMethodObserver

java.lang.Object
org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidatorTest.ObsoleteMethodObserver
Enclosing class:
CoprocessorValidatorTest

ObsoleteMethod coprocessor implements preCreateTable method which has HRegionInfo parameters. In our current implementation, we pass only RegionInfo parameters, so this method won't be called by HBase at all.
  • Constructor Details

  • Method Details

    • preEnableTableHandler

      public void preEnableTableHandler(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.TableName tablName) throws IOException
      Throws:
      IOException