Class TestCoreMasterCoprocessor
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor
Test CoreCoprocessor Annotation works giving access to facility not usually available. Test
 MasterCoprocessor.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAnnotate with CoreCoprocessor.static classNo annotation with CoreCoprocessor. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final HBaseTestingUtilprivate org.apache.hadoop.hbase.master.MasterCoprocessorHostprivate org.apache.hadoop.hbase.master.MasterServicesorg.junit.rules.TestName - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
CLASS_RULE
 - 
name
 - 
HTU
 - 
ms
 - 
mch
 
 - 
 - 
Constructor Details
- 
TestCoreMasterCoprocessor
public TestCoreMasterCoprocessor() 
 - 
 - 
Method Details
- 
before
- Throws:
 Exception
 - 
after
- Throws:
 IOException
 - 
testCoreRegionCoprocessor
Assert that when a Coprocessor is annotated with CoreCoprocessor, then it is possible to access a MasterServices instance. Assert the opposite too. Do it to MasterCoprocessors.- Throws:
 IOException
 
 -