| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.types |
This package provides the definition and implementation of HBase's
extensible data type API.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RawBytesFixedLength
An
DataType that encodes fixed-length values encoded using
Bytes.putBytes(
byte[], int, byte[], int, int). |
class |
RawStringFixedLength
An
DataType that encodes fixed-length values encoded using
Bytes.toBytes(String). |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.