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