Package org.apache.hadoop.hbase
Class TestHTableDescriptor
java.lang.Object
org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
Test setting values in the descriptor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
Deprecated.(package private) String[]
Deprecated.(package private) String[]
Deprecated.private static final org.slf4j.Logger
Deprecated.org.junit.rules.TestName
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.Test that we add and remove strings from configuration properly.void
Deprecated.Test that we add and remove strings from settings properly.void
Deprecated.void
Deprecated.Test default value handling for maxFileSizevoid
Deprecated.Test default value handling for memStoreFlushSizevoid
Deprecated.Test cps in the table description.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
testPb()
Deprecated.void
Deprecated.void
Deprecated.Test cps in the table description.
-
Field Details
-
CLASS_RULE
Deprecated. -
LOG
Deprecated. -
name
Deprecated. -
legalTableNames
Deprecated. -
illegalTableNames
Deprecated.
-
-
Constructor Details
-
TestHTableDescriptor
public TestHTableDescriptor()Deprecated.
-
-
Method Details
-
testAddCoprocessorTwice
Deprecated.- Throws:
IOException
-
testAddCoprocessorWithSpecStr
Deprecated.- Throws:
IOException
-
testPb
public void testPb() throws org.apache.hadoop.hbase.exceptions.DeserializationException, IOExceptionDeprecated.- Throws:
org.apache.hadoop.hbase.exceptions.DeserializationException
IOException
-
testGetSetRemoveCP
Deprecated.Test cps in the table description.- Throws:
Exception
- if adding a coprocessor fails
-
testSetListRemoveCP
Deprecated.Test cps in the table description.- Throws:
Exception
- if adding a coprocessor fails
-
testAddGetRemoveString
Deprecated.Test that we add and remove strings from settings properly. -
testLegalHTableNames
Deprecated. -
testIllegalHTableNames
Deprecated. -
testIllegalZooKeeperName
Deprecated. -
testLegalHTableNamesRegex
Deprecated. -
testIllegalHTableNamesRegex
Deprecated. -
testGetMaxFileSize
Deprecated.Test default value handling for maxFileSize -
testGetMemStoreFlushSize
Deprecated.Test default value handling for memStoreFlushSize -
testAddGetRemoveConfiguration
Deprecated.Test that we add and remove strings from configuration properly.- Throws:
Exception
-
testClassMethodsAreBuilderStyle
Deprecated. -
testModifyFamily
Deprecated. -
testModifyInexistentFamily
Deprecated. -
testAddDuplicateFamilies
Deprecated. -
testPriority
Deprecated.
-
HTableDescriptor
.