HTableDescriptor
.@Deprecated public class TestHTableDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE
Deprecated.
|
(package private) String[] |
illegalTableNames
Deprecated.
|
(package private) String[] |
legalTableNames
Deprecated.
|
private static org.slf4j.Logger |
LOG
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 |
testAddGetRemoveString()
Deprecated.
Test that we add and remove strings from settings 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 |
testSetListRemoveCP()
Deprecated.
Test cps in the table description.
|
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public org.junit.rules.TestName name
String[] legalTableNames
String[] illegalTableNames
public TestHTableDescriptor()
public void testAddCoprocessorTwice() throws IOException
IOException
public void testAddCoprocessorWithSpecStr() throws IOException
IOException
public void testPb() throws org.apache.hadoop.hbase.exceptions.DeserializationException, IOException
org.apache.hadoop.hbase.exceptions.DeserializationException
IOException
public void testGetSetRemoveCP() throws Exception
Exception
- if adding a coprocessor failspublic void testSetListRemoveCP() throws Exception
Exception
- if adding a coprocessor failspublic void testAddGetRemoveString()
public 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
Exception
public void testClassMethodsAreBuilderStyle()
public void testModifyFamily()
public void testModifyInexistentFamily()
public void testAddDuplicateFamilies()
public void testPriority()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.