public class TestTableDescriptorBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestTableDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddCoprocessorTwice() |
void |
testAddDuplicateFamilies() |
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 |
testIllegalTableNames() |
void |
testIllegalTableNamesRegex() |
void |
testLegalTableNames() |
void |
testLegalTableNamesRegex() |
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 static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestTableDescriptorBuilder()
public void testAddCoprocessorTwice() throws IOException
IOExceptionpublic void testPb() throws DeserializationException, IOException
DeserializationExceptionIOExceptionpublic void testGetSetRemoveCP() throws Exception
Exceptionpublic void testSetListRemoveCP() throws Exception
Exceptionpublic void testRemoveString() throws Exception
Exceptionpublic void testLegalTableNames()
public void testIllegalTableNames()
public void testLegalTableNamesRegex()
public void testIllegalTableNamesRegex()
public void testGetMaxFileSize()
public void testGetMemStoreFlushSize()
public void testClassMethodsAreBuilderStyle()
public void testModifyFamily()
public void testModifyInexistentFamily()
public void testAddDuplicateFamilies()
public void testPriority()
Copyright © 2007–2019 Cloudera. All rights reserved.