public class ColumnMapping extends Object
| Constructor and Description |
|---|
ColumnMapping(String tableName,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFamilyNameBytes() |
byte[][] |
getHBaseColumn(byte[] otsColumn) |
byte[] |
getTablestoreColumn(byte[] columnFamily,
byte[] column) |
static String |
getTablestoreColumnName(byte[] column) |
com.alicloud.openservices.tablestore.model.condition.SingleColumnValueCondition.CompareOperator |
getTablestoreCompareOp(org.apache.hadoop.hbase.filter.CompareFilter.CompareOp op) |
boolean |
isSupportMultiColumnFamily() |
public ColumnMapping(String tableName, org.apache.hadoop.conf.Configuration conf)
public boolean isSupportMultiColumnFamily()
public byte[] getTablestoreColumn(byte[] columnFamily,
byte[] column)
public static String getTablestoreColumnName(byte[] column)
public com.alicloud.openservices.tablestore.model.condition.SingleColumnValueCondition.CompareOperator getTablestoreCompareOp(org.apache.hadoop.hbase.filter.CompareFilter.CompareOp op)
public byte[][] getHBaseColumn(byte[] otsColumn)
public byte[] getFamilyNameBytes()
Copyright © 2024. All Rights Reserved.