Class TestCoreRegionServerCoprocessor
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor
Test CoreCoprocessor Annotation works giving access to facility not usually available. Test
 RegionServerCoprocessor.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAnnotate with CoreCoprocessor.static classNo annotation with CoreCoprocessor. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final HBaseTestingUtilorg.junit.rules.TestNameprivate org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHostprivate org.apache.hadoop.hbase.regionserver.RegionServerServices - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
CLASS_RULE
 - 
name
 - 
HTU
 - 
rss
 - 
rsch
 
 - 
 - 
Constructor Details
- 
TestCoreRegionServerCoprocessor
public TestCoreRegionServerCoprocessor() 
 - 
 - 
Method Details
- 
before
- Throws:
 IOException
 - 
after
- Throws:
 IOException
 - 
testCoreRegionCoprocessor
Assert that when a Coprocessor is annotated with CoreCoprocessor, then it is possible to access a RegionServerServices instance. Assert the opposite too. Do it to RegionServerCoprocessors.- Throws:
 IOException
 
 -