Uses of Class
org.apache.hadoop.hbase.types.FixedLengthWrapper
Packages that use org.apache.hadoop.hbase.types.FixedLengthWrapper
Package
Description
This package provides the definition and implementation of HBase's
extensible data type API.
-
Uses of org.apache.hadoop.hbase.types.FixedLengthWrapper in org.apache.hadoop.hbase.types
Subclasses of org.apache.hadoop.hbase.types.FixedLengthWrapper in in org.apache.hadoop.hbase.typesModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.types.RawBytesFixedLength
AnDataType
that encodes fixed-length values encoded usingBytes.putBytes(byte[], int, byte[], int, int)
.class
org.apache.hadoop.hbase.types.RawStringFixedLength
AnDataType
that encodes fixed-length values encoded usingBytes.toBytes(String)
.