Uses of Class
org.apache.hadoop.hbase.types.OrderedBytesBase

Packages that use org.apache.hadoop.hbase.types.OrderedBytesBase
Package
Description
This package provides the definition and implementation of HBase's extensible data type API.
  • Uses of org.apache.hadoop.hbase.types.OrderedBytesBase in org.apache.hadoop.hbase.types

    Subclasses of org.apache.hadoop.hbase.types.OrderedBytesBase in in org.apache.hadoop.hbase.types
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.types.OrderedBlob
    A byte[] of variable-length.
    class 
    org.apache.hadoop.hbase.types.OrderedBlobVar
    An alternative to OrderedBlob for use by Struct fields that do not terminate the fields list.
    class 
    org.apache.hadoop.hbase.types.OrderedFloat32
    A float of 32-bits using a fixed-length encoding.
    class 
    org.apache.hadoop.hbase.types.OrderedFloat64
    A double of 64-bits using a fixed-length encoding.
    class 
    org.apache.hadoop.hbase.types.OrderedInt16
    A short of 16-bits using a fixed-length encoding.
    class 
    org.apache.hadoop.hbase.types.OrderedInt32
    An int of 32-bits using a fixed-length encoding.
    class 
    org.apache.hadoop.hbase.types.OrderedInt64
    A long of 64-bits using a fixed-length encoding.
    class 
    org.apache.hadoop.hbase.types.OrderedInt8
    A byte of 8-bits using a fixed-length encoding.
    class 
    org.apache.hadoop.hbase.types.OrderedNumeric
    An Number of arbitrary precision and variable-length encoding.
    class 
    org.apache.hadoop.hbase.types.OrderedString
    A String of variable-length.