Class TestCoprocessorConfiguration
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
Tests for global coprocessor loading configuration
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.apache.hadoop.conf.Configurationprivate static final org.apache.hadoop.hbase.HRegionInfoprivate static final AtomicBooleanprivate static final AtomicBooleanprivate static final org.apache.hadoop.hbase.HTableDescriptorprivate static final org.apache.hadoop.hbase.TableNameorg.junit.rules.ExpectedException
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidRough test that Coprocessor Environment is Read-Only.voidvoidvoidvoid
- 
Field Details- 
CLASS_RULE
- 
thrown
- 
CONF
- 
TABLENAME
- 
REGIONINFO
- 
TABLEDESC
- 
systemCoprocessorLoaded
- 
tableCoprocessorLoaded
 
- 
- 
Constructor Details- 
TestCoprocessorConfigurationpublic TestCoprocessorConfiguration()
 
- 
- 
Method Details- 
testRegionCoprocessorHostDefaults- Throws:
- Exception
 
- 
testRegionServerCoprocessorHostDefaults- Throws:
- Exception
 
- 
testMasterCoprocessorHostDefaults- Throws:
- Exception
 
- 
testRegionCoprocessorHostAllDisabled- Throws:
- Exception
 
- 
testRegionCoprocessorHostTableLoadingDisabled- Throws:
- Exception
 
- 
testReadOnlyConfigurationRough test that Coprocessor Environment is Read-Only. Just check a random CP and see that it returns a read-only config.- Throws:
- Exception
 
 
-