Class TestColumnFamilyDescriptorBuilder

java.lang.Object
org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder

@Tag("org.apache.hadoop.hbase.testclassification.MiscTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests") public class TestColumnFamilyDescriptorBuilder extends Object
  • Constructor Details

  • Method Details

    • testBuilder

      @Test public void testBuilder() throws org.apache.hadoop.hbase.exceptions.DeserializationException
      Throws:
      org.apache.hadoop.hbase.exceptions.DeserializationException
    • testHColumnDescriptorShouldThrowIAEWhenFamilyNameEmpty

      Tests HColumnDescriptor with empty familyName
      Throws:
      Exception
    • testAddGetRemoveConfiguration

      @Test public void testAddGetRemoveConfiguration()
      Test that we add and remove strings from configuration properly.
    • testMobValuesInHColumnDescriptorShouldReadable

    • testClassMethodsAreBuilderStyle

      @Test public void testClassMethodsAreBuilderStyle()
    • testSetTimeToLive

      @Test public void testSetTimeToLive() throws org.apache.hadoop.hbase.exceptions.HBaseException
      Throws:
      org.apache.hadoop.hbase.exceptions.HBaseException
    • testSetBlocksize

      @Test public void testSetBlocksize() throws org.apache.hadoop.hbase.exceptions.HBaseException
      Throws:
      org.apache.hadoop.hbase.exceptions.HBaseException
    • testDefaultBuilder

      @Test public void testDefaultBuilder()
      Test for verifying the ColumnFamilyDescriptorBuilder's default values so that backward compatibility with hbase-1.x can be mantained (see HBASE-24981).
    • testSetEmptyValue

      @Test public void testSetEmptyValue()