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

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

Uses of TerminatedWrapper in org.apache.hadoop.hbase.types
 

Subclasses of TerminatedWrapper in org.apache.hadoop.hbase.types
 class RawBytesTerminated
          An DataType that encodes variable-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int).
 class RawStringTerminated
          An DataType that encodes variable-length values encoded using Bytes.toBytes(String).
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.