Uses of Package
org.apache.hadoop.hbase.types

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

Classes in org.apache.hadoop.hbase.types used by org.apache.hadoop.hbase.types
DataType
           DataType is the base class for all HBase data types.
FixedLengthWrapper
          Wraps an existing DataType implementation as a fixed-length version of itself.
OrderedBlob
          A byte[] of variable-length.
OrderedBlobVar
          An alternative to OrderedBlob for use by Struct fields that do not terminate the fields list.
OrderedBytesBase
          Base class for data types backed by the OrderedBytes encoding implementations.
OrderedFloat32
          A float of 32-bits using a fixed-length encoding.
OrderedFloat64
          A double of 64-bits using a fixed-length encoding.
OrderedInt16
          A short of 16-bits using a fixed-length encoding.
OrderedInt32
          An int of 32-bits using a fixed-length encoding.
OrderedInt64
          A long of 64-bits using a fixed-length encoding.
OrderedInt8
          A byte of 8-bits using a fixed-length encoding.
OrderedNumeric
          An Number of arbitrary precision and variable-length encoding.
OrderedString
          A String of variable-length.
PBType
          A base-class for DataType implementations backed by protobuf.
RawBytes
          An DataType for interacting with variable-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int).
RawString
          An DataType for interacting with values encoded using Bytes.toBytes(String).
Struct
           Struct is a simple DataType for implementing "compound rowkey" and "compound qualifier" schema design strategies.
StructBuilder
          A helper for building Struct instances.
StructIterator
          An Iterator over encoded Struct members.
TerminatedWrapper
          Wraps an existing DataType implementation as a terminated version of itself.
Union2
          The Union family of DataTypes encode one of a fixed set of Objects.
Union3
          The Union family of DataTypes encode one of a fixed collection of Objects.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.