public class TestHTableDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
TestHTableDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddDuplicateFamilies() |
void |
testAddGetRemoveConfiguration()
Test that we add and remove strings from configuration properly.
|
void |
testClassMethodsAreBuilderStyle() |
void |
testGetMaxFileSize()
Test default value handling for maxFileSize
|
void |
testGetMemStoreFlushSize()
Test default value handling for memStoreFlushSize
|
void |
testGetSetRemoveCP()
Test cps in the table description
|
void |
testIllegalHTableNames() |
void |
testIllegalHTableNamesRegex() |
void |
testIllegalZooKeeperName() |
void |
testLegalHTableNames() |
void |
testLegalHTableNamesRegex() |
void |
testLegalHTableNamesRegexWithBytes() |
void |
testModifyFamily() |
void |
testModifyInexistentFamily() |
void |
testPb() |
void |
testPriority() |
void |
testRemoveString()
Test that we add and remove strings from settings properly.
|
void |
testSetListRemoveCP()
Test cps in the table description
|
public void testPb()
throws DeserializationException,
java.io.IOException
DeserializationExceptionjava.io.IOExceptionpublic void testGetSetRemoveCP()
throws java.lang.Exception
java.lang.Exceptionpublic void testSetListRemoveCP()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemoveString()
throws java.lang.Exception
java.lang.Exceptionpublic void testLegalHTableNames()
public void testIllegalHTableNames()
public void testLegalHTableNamesRegexWithBytes()
public void testLegalHTableNamesRegex()
public void testIllegalZooKeeperName()
public void testIllegalHTableNamesRegex()
public void testGetMaxFileSize()
public void testGetMemStoreFlushSize()
public void testAddGetRemoveConfiguration()
throws java.lang.Exception
java.lang.Exceptionpublic void testClassMethodsAreBuilderStyle()
public void testModifyFamily()
public void testModifyInexistentFamily()
public void testAddDuplicateFamilies()
public void testPriority()