public class TestColumnFamilyDescriptorBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.ExpectedException |
expectedEx |
| Constructor and Description |
|---|
TestColumnFamilyDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddGetRemoveConfiguration()
Test that we add and remove strings from configuration properly.
|
void |
testBuilder() |
void |
testClassMethodsAreBuilderStyle() |
void |
testDefaultBuilder()
Test for verifying the ColumnFamilyDescriptorBuilder's default values so that backward
compatibility with hbase-1.x can be mantained (see HBASE-24981).
|
void |
testHColumnDescriptorShouldThrowIAEWhenFamilyNameEmpty()
Tests HColumnDescriptor with empty familyName
|
void |
testMobValuesInHColumnDescriptorShouldReadable() |
void |
testSetBlocksize() |
void |
testSetEmptyValue() |
void |
testSetTimeToLive() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.ExpectedException expectedEx
public TestColumnFamilyDescriptorBuilder()
public void testBuilder() throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationExceptionpublic void testHColumnDescriptorShouldThrowIAEWhenFamilyNameEmpty() throws Exception
Exceptionpublic void testAddGetRemoveConfiguration()
public void testMobValuesInHColumnDescriptorShouldReadable()
public void testClassMethodsAreBuilderStyle()
public void testSetTimeToLive() throws org.apache.hadoop.hbase.exceptions.HBaseException
org.apache.hadoop.hbase.exceptions.HBaseExceptionpublic void testSetBlocksize() throws org.apache.hadoop.hbase.exceptions.HBaseException
org.apache.hadoop.hbase.exceptions.HBaseExceptionpublic void testDefaultBuilder()
public void testSetEmptyValue()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.