Package org.apache.hadoop.hbase.util
Class TestCoprocessorConfigurationUtil
java.lang.Object
org.apache.hadoop.hbase.util.TestCoprocessorConfigurationUtil
@Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestCoprocessorConfigurationUtil
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidassertDisableReadOnlyMode(String key, List<String> initialCoprocs) private voidassertEnableReadOnlyMode(String key, List<String> expected) voidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
conf
-
key
-
-
Constructor Details
-
TestCoprocessorConfigurationUtil
public TestCoprocessorConfigurationUtil()
-
-
Method Details
-
setUp
-
testAddCoprocessorsEmptyCPList
-
testAddCoprocessorsNonEmptyCPList
-
testAddCoprocessorsNoChange
-
testAddCoprocessorsIdempotent
-
testAddCoprocessorsIdempotentWithOverlap
-
testRemoveCoprocessorsEmptyCPList
-
testRemoveCoprocessorsNonEmptyCPList
-
testRemoveCoprocessorsNoChange
-
testRemoveCoprocessorsIdempotent
-
testRemoveCoprocessorsIdempotentWhenNotPresent
-
assertEnableReadOnlyMode
-
testSyncReadOnlyConfigurationsReadOnlyEnableAllKeys
-
assertDisableReadOnlyMode
-
testSyncReadOnlyConfigurationsReadOnlyDisableAllKeys
-
testSyncReadOnlyConfigurationsReadOnlyEnablePreservesExistingCoprocessors
-
testSyncReadOnlyConfigurationsReadOnlyDisableRemovesOnlyReadOnlyCoprocessor
-
testSyncReadOnlyConfigurationsIsIdempotent
-