| Package | Description |
|---|---|
| com.alicloud.tablestore.hbase |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.client.Delete |
ElementConvertor.toHBaseDelete(com.alicloud.tablestore.adaptor.struct.ODelete in,
ColumnMapping columnMapping) |
static List<org.apache.hadoop.hbase.client.Delete> |
ElementConvertor.toHBaseDeletes(List<com.alicloud.tablestore.adaptor.struct.ODelete> in,
ColumnMapping columnMapping) |
static org.apache.hadoop.hbase.client.Put |
ElementConvertor.toHBasePut(com.alicloud.tablestore.adaptor.struct.OPut in,
ColumnMapping columnMapping)
Creates a
Put (HBase) from a OPut (OTS) |
static List<org.apache.hadoop.hbase.client.Put> |
ElementConvertor.toHBasePuts(List<com.alicloud.tablestore.adaptor.struct.OPut> in,
ColumnMapping columnMapping)
Converts multiple
OPuts (OTS) into a list of Puts (HBase). |
static org.apache.hadoop.hbase.client.Result |
ElementConvertor.toHBaseResult(com.alicloud.tablestore.adaptor.struct.OResult in,
ColumnMapping columnMapping)
Create a
Result (HBase) from a OResult (OTS) |
static org.apache.hadoop.hbase.client.Result[] |
ElementConvertor.toHBaseResults(List<com.alicloud.tablestore.adaptor.struct.OResult> in,
ColumnMapping columnMapping)
Converts multiple
OResults (OTS) into a list of Results
(HBase). |
static org.apache.hadoop.hbase.HTableDescriptor |
ElementConvertor.toHbaseTableDescriptor(com.alicloud.tablestore.adaptor.struct.OTableDescriptor in,
ColumnMapping columnMapping) |
static com.alicloud.openservices.tablestore.model.Condition |
ElementConvertor.toOtsCondition(byte[] family,
byte[] qualifier,
org.apache.hadoop.hbase.filter.CompareFilter.CompareOp compareOp,
byte[] value,
ColumnMapping columnMapping) |
static com.alicloud.tablestore.adaptor.struct.ODelete |
ElementConvertor.toOtsDelete(org.apache.hadoop.hbase.client.Delete in,
ColumnMapping columnMapping)
Creates a
ODelete (Tablestore) from a Delete (HBase). |
static List<com.alicloud.tablestore.adaptor.struct.ODelete> |
ElementConvertor.toOtsDeleteList(List<org.apache.hadoop.hbase.client.Delete> in,
ColumnMapping columnMapping)
Converts multiple
Deletes (HBase) into a list of ODeletes
(OTS). |
static com.alicloud.tablestore.adaptor.struct.OGet |
ElementConvertor.toOtsGet(org.apache.hadoop.hbase.client.Get in,
ColumnMapping columnMapping)
Creates a
OGet (OTS) from a Get (HBase). |
static List<com.alicloud.tablestore.adaptor.struct.OGet> |
ElementConvertor.toOtsGets(List<org.apache.hadoop.hbase.client.Get> in,
ColumnMapping columnMapping)
Converts multiple
Gets (HBase) into a list of OGets (OTS). |
static com.alicloud.tablestore.adaptor.struct.OPut |
ElementConvertor.toOtsPut(org.apache.hadoop.hbase.client.Put in,
ColumnMapping columnMapping)
Creates a
OPut (OTS) from a Put (HBase) |
static List<com.alicloud.tablestore.adaptor.struct.OPut> |
ElementConvertor.toOtsPuts(List<org.apache.hadoop.hbase.client.Put> in,
ColumnMapping columnMapping)
Converts multiple
Puts (HBase) into a list of OPuts (OTS). |
static com.alicloud.tablestore.adaptor.struct.OScan |
ElementConvertor.toOtsScan(org.apache.hadoop.hbase.client.Scan in,
ColumnMapping columnMapping) |
static com.alicloud.tablestore.adaptor.struct.OUpdate |
ElementConvertor.toOtsUpdate(org.apache.hadoop.hbase.client.RowMutations in,
ColumnMapping columnMapping) |
Copyright © 2024. All Rights Reserved.