Uses of Package
org.apache.hadoop.hbase.types
Packages that use org.apache.hadoop.hbase.types
Package
Description
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.typesClassDescription
DataTypeis the base class for all HBase data types.Wraps an existingDataTypeimplementation as a fixed-length version of itself.Abyte[]of variable-length.An alternative toOrderedBlobfor use byStructfields that do not terminate the fields list.Base class for data types backed by theOrderedBytesencoding implementations.Afloatof 32-bits using a fixed-length encoding.Adoubleof 64-bits using a fixed-length encoding.Ashortof 16-bits using a fixed-length encoding.Anintof 32-bits using a fixed-length encoding.Alongof 64-bits using a fixed-length encoding.Abyteof 8-bits using a fixed-length encoding.AnNumberof arbitrary precision and variable-length encoding.AStringof variable-length.A base-class forDataTypeimplementations backed by protobuf.AnDataTypefor interacting with variable-length values encoded usingBytes.putBytes(byte[], int, byte[], int, int).AnDataTypefor interacting with values encoded usingBytes.toBytes(String).Structis a simpleDataTypefor implementing "compound rowkey" and "compound qualifier" schema design strategies.A helper for buildingStructinstances.AnIteratorover encodedStructmembers.Wraps an existingDataTypeimplementation as a terminated version of itself.TheUnionfamily ofDataTypes encode one of a fixed set ofObjects.TheUnionfamily ofDataTypes encode one of a fixed collection of Objects.