Class RawBytesFixedLength

java.lang.Object
org.apache.hadoop.hbase.types.FixedLengthWrapper<byte[]>
org.apache.hadoop.hbase.types.RawBytesFixedLength
All Implemented Interfaces:
DataType<byte[]>

@Public public class RawBytesFixedLength extends FixedLengthWrapper<byte[]>
An DataType that encodes fixed-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int). Intended to make it easier to transition away from direct use of Bytes.
See Also:
  • Constructor Details

    • RawBytesFixedLength

      public RawBytesFixedLength(Order order, int length)
      Create a RawBytesFixedLength using the specified order and length.
    • RawBytesFixedLength

      public RawBytesFixedLength(int length)
      Create a RawBytesFixedLength of the specified length.
  • Method Details