Class TestPBCell

java.lang.Object
org.apache.hadoop.hbase.types.TestPBCell

@Tag("org.apache.hadoop.hbase.testclassification.MiscTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests") public class TestPBCell extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.apache.hadoop.hbase.types.PBCell
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Basic test to verify utility methods in PBType and delegation to protobuf works.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CODEC

      private static final org.apache.hadoop.hbase.types.PBCell CODEC
  • Constructor Details

  • Method Details

    • testRoundTrip

      @Test public void testRoundTrip()
      Basic test to verify utility methods in PBType and delegation to protobuf works.