@Deprecated public class TestHTableDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE
Deprecated.
|
org.junit.rules.TestName |
name
Deprecated.
|
| Constructor and Description |
|---|
TestHTableDescriptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
testAddCoprocessorTwice()
Deprecated.
|
void |
testAddCoprocessorWithSpecStr()
Deprecated.
|
void |
testAddDuplicateFamilies()
Deprecated.
|
void |
testAddGetRemoveConfiguration()
Deprecated.
Test that we add and remove strings from configuration properly.
|
void |
testClassMethodsAreBuilderStyle()
Deprecated.
|
void |
testGetMaxFileSize()
Deprecated.
Test default value handling for maxFileSize
|
void |
testGetMemStoreFlushSize()
Deprecated.
Test default value handling for memStoreFlushSize
|
void |
testGetSetRemoveCP()
Deprecated.
Test cps in the table description
|
void |
testIllegalHTableNames()
Deprecated.
|
void |
testIllegalHTableNamesRegex()
Deprecated.
|
void |
testIllegalZooKeeperName()
Deprecated.
|
void |
testLegalHTableNames()
Deprecated.
|
void |
testLegalHTableNamesRegex()
Deprecated.
|
void |
testModifyFamily()
Deprecated.
|
void |
testModifyInexistentFamily()
Deprecated.
|
void |
testPb()
Deprecated.
|
void |
testPriority()
Deprecated.
|
void |
testRemoveString()
Deprecated.
Test that we add and remove strings from settings properly.
|
void |
testSetListRemoveCP()
Deprecated.
Test cps in the table description
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestHTableDescriptor()
public void testAddCoprocessorTwice() throws IOException
IOExceptionpublic void testAddCoprocessorWithSpecStr() 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 testLegalHTableNames()
public void testIllegalHTableNames()
public void testIllegalZooKeeperName()
public void testLegalHTableNamesRegex()
public void testIllegalHTableNamesRegex()
public void testGetMaxFileSize()
public void testGetMemStoreFlushSize()
public void testAddGetRemoveConfiguration() throws Exception
Exceptionpublic void testClassMethodsAreBuilderStyle()
public void testModifyFamily()
public void testModifyInexistentFamily()
public void testAddDuplicateFamilies()
public void testPriority()
Copyright © 2007–2019 Cloudera. All rights reserved.