Class RawStringTerminated

java.lang.Object
org.apache.hadoop.hbase.types.TerminatedWrapper<String>
org.apache.hadoop.hbase.types.RawStringTerminated
All Implemented Interfaces:
DataType<String>

@Public public class RawStringTerminated extends TerminatedWrapper<String>
An DataType that encodes variable-length values encoded using Bytes.toBytes(String). Includes a termination marker following the raw byte[] value. Intended to make it easier to transition away from direct use of Bytes.
See Also: