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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preEnableTableHandler
(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.TableName tablName)
-
Constructor Details
-
ObsoleteMethodObserver
private ObsoleteMethodObserver()
-
-
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
-