|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderedBytesBase | |
---|---|
org.apache.hadoop.hbase.types | This package provides the definition and implementation of HBase's extensible data type API. |
Uses of OrderedBytesBase in org.apache.hadoop.hbase.types |
---|
Subclasses of OrderedBytesBase in org.apache.hadoop.hbase.types | |
---|---|
class |
OrderedBlob
A byte[] of variable-length. |
class |
OrderedBlobVar
An alternative to OrderedBlob for use by Struct fields that
do not terminate the fields list. |
class |
OrderedFloat32
A float of 32-bits using a fixed-length encoding. |
class |
OrderedFloat64
A double of 64-bits using a fixed-length encoding. |
class |
OrderedInt16
A short of 16-bits using a fixed-length encoding. |
class |
OrderedInt32
An int of 32-bits using a fixed-length encoding. |
class |
OrderedInt64
A long of 64-bits using a fixed-length encoding. |
class |
OrderedInt8
A byte of 8-bits using a fixed-length encoding. |
class |
OrderedNumeric
An Number of arbitrary precision and variable-length encoding. |
class |
OrderedString
A String of variable-length. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |