Uses of Class
org.apache.hadoop.hbase.types.OrderedBytesBase
Package
Description
This package provides the definition and implementation of HBase's
extensible data type API.
-
Uses of OrderedBytesBase in org.apache.hadoop.hbase.types
Modifier and TypeClassDescriptionclass
Abyte[]
of variable-length.class
An alternative toOrderedBlob
for use byStruct
fields that do not terminate the fields list.class
Afloat
of 32-bits using a fixed-length encoding.class
Adouble
of 64-bits using a fixed-length encoding.class
Ashort
of 16-bits using a fixed-length encoding.class
Anint
of 32-bits using a fixed-length encoding.class
Along
of 64-bits using a fixed-length encoding.class
Abyte
of 8-bits using a fixed-length encoding.class
AnNumber
of arbitrary precision and variable-length encoding.class
AString
of variable-length.