Class TestRegionSplitRestriction
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestRegionSplitRestriction
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
(package private) org.apache.hadoop.conf.Configuration
(package private) org.apache.hadoop.hbase.client.TableDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setup()
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
conf
org.apache.hadoop.conf.Configuration conf -
tableDescriptor
-
-
Constructor Details
-
TestRegionSplitRestriction
public TestRegionSplitRestriction()
-
-
Method Details
-
setup
-
testWhenTableDescriptorReturnsNoneType
- Throws:
IOException
-
testWhenTableDescriptorReturnsKeyPrefixType
- Throws:
IOException
-
testWhenTableDescriptorReturnsDelimitedKeyPrefixType
- Throws:
IOException
-
testWhenConfigurationReturnsNoneType
- Throws:
IOException
-
testWhenConfigurationReturnsKeyPrefixType
- Throws:
IOException
-
testWhenConfigurationReturnsDelimitedKeyPrefixType
- Throws:
IOException
-
testWhenTableDescriptorAndConfigurationReturnNull
- Throws:
IOException
-
testWhenTableDescriptorReturnsInvalidType
- Throws:
IOException
-
testNoneRegionSplitRestriction
- Throws:
IOException
-
testKeyPrefixRegionSplitRestriction
- Throws:
IOException
-
testDelimitedKeyPrefixRegionSplitRestriction
- Throws:
IOException
-