程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.core.protocol | |
com.alicloud.openservices.tablestore.model | |
com.alicloud.openservices.tablestore.model.search |
限定符和类型 | 方法和说明 |
---|---|
static PrimaryKey |
PlainBufferConversion.toPrimaryKey(List<PlainBufferCell> pkCells) |
限定符和类型 | 方法和说明 |
---|---|
static byte[] |
PlainBufferBuilder.buildPrimaryKeyWithHeader(PrimaryKey primaryKey) |
static int |
PlainBufferBuilder.computePrimaryKey(PrimaryKey primaryKey) |
static int |
PlainBufferBuilder.computePrimaryKeyWithHeader(PrimaryKey primaryKey) |
限定符和类型 | 方法和说明 |
---|---|
PrimaryKey |
PrimaryKeyBuilder.build() |
PrimaryKey |
MultiRowQueryCriteria.get(int index)
获取某行的主键。
|
PrimaryKey |
RangeIteratorParameter.getExclusiveEndPrimaryKey()
获取范围查询的右边界的主键值。
|
PrimaryKey |
RangeRowQueryCriteria.getExclusiveEndPrimaryKey()
获取范围查询的右边界的主键值。
|
PrimaryKey |
RangeIteratorParameter.getInclusiveStartPrimaryKey()
获取范围查询的左边界的主键值。
|
PrimaryKey |
RangeRowQueryCriteria.getInclusiveStartPrimaryKey()
获取范围查询的左边界的主键值。
|
PrimaryKey |
Split.getLowerBound() |
PrimaryKey |
GetRangeResponse.getNextStartPrimaryKey()
获取下一次查询的范围的起始边界。
|
PrimaryKey |
StartLocalTransactionRequest.getPrimaryKey()
获取该行的主键。
|
PrimaryKey |
IRow.getPrimaryKey() |
PrimaryKey |
Row.getPrimaryKey() |
PrimaryKey |
StreamRecord.getPrimaryKey()
获取对应行的主键
|
PrimaryKey |
RowRangeColumnIteratorImpl.getPrimaryKey() |
PrimaryKey |
WideColumnIterator.getPrimaryKey() |
PrimaryKey |
RowChange.getPrimaryKey()
获取该行的主键。
|
PrimaryKey |
SingleRowQueryCriteria.getPrimaryKey() |
PrimaryKey |
BatchGetRowRequest.getPrimaryKey(String tableName,
int index)
根据表名和索引返回某一行的主键。
|
PrimaryKey |
Split.getUpperBound() |
限定符和类型 | 方法和说明 |
---|---|
List<PrimaryKey> |
MultiRowQueryCriteria.getRowKeys()
获取该表中所要要查询的行的主键。
|
List<PrimaryKey> |
DescribeTableResponse.getShardSplits()
所有shard之间的分裂点。
|
限定符和类型 | 方法和说明 |
---|---|
MultiRowQueryCriteria |
MultiRowQueryCriteria.addRow(PrimaryKey primaryKey)
向多行查询条件中插入要查询的行的主键。
|
MultiRowQueryCriteria |
MultiRowQueryCriteria.addRow(PrimaryKey primaryKey,
byte[] token)
向多行查询条件中插入要查询的行的主键。
|
int |
PrimaryKey.compareTo(PrimaryKey target)
比较两个主键。
|
void |
RangeIteratorParameter.setExclusiveEndPrimaryKey(PrimaryKey exclusiveEndPrimaryKey)
范围查询需要用户指定一个主键的范围,该范围是一个左闭右开的区间,exclusiveEndPrimaryKey为该区间的右边界。
|
void |
RangeRowQueryCriteria.setExclusiveEndPrimaryKey(PrimaryKey exclusiveEndPrimaryKey)
范围查询需要用户指定一个主键的范围,该范围是一个左闭右开的区间,exclusiveEndPrimaryKey为该区间的右边界。
|
void |
RangeIteratorParameter.setInclusiveStartPrimaryKey(PrimaryKey inclusiveStartPrimaryKey)
范围查询需要用户指定一个主键的范围,该范围是一个左闭右开的区间,inclusiveStartPrimaryKey为该区间的左边界。
|
void |
RangeRowQueryCriteria.setInclusiveStartPrimaryKey(PrimaryKey inclusiveStartPrimaryKey)
范围查询需要用户指定一个主键的范围,该范围是一个左闭右开的区间,inclusiveStartPrimaryKey为该区间的左边界。
|
void |
Split.setLowerBound(PrimaryKey lowerBound) |
void |
GetRangeResponse.setNextStartPrimaryKey(PrimaryKey nextStartPrimaryKey)
internal use
|
void |
StartLocalTransactionRequest.setPrimaryKey(PrimaryKey primaryKey)
添加主键(Primary Key)列的名称和值。
|
void |
StreamRecord.setPrimaryKey(PrimaryKey primaryKey) |
void |
RowChange.setPrimaryKey(PrimaryKey primaryKey)
添加主键(Primary Key)列的名称和值。
|
void |
SingleRowQueryCriteria.setPrimaryKey(PrimaryKey primaryKey)
设置行的主键。
|
void |
Split.setUpperBound(PrimaryKey upperBound) |
限定符和类型 | 方法和说明 |
---|---|
void |
MultiRowQueryCriteria.setRowKeys(List<PrimaryKey> primaryKeys)
设置该表中所有要查询的行的主键。
|
void |
DescribeTableResponse.setShardSplits(List<PrimaryKey> splits) |
构造器和说明 |
---|
Row(PrimaryKey primaryKey,
Column[] columns)
构造函数。
|
Row(PrimaryKey primaryKey,
List<Column> columns)
构造函数。
|
RowChange(String tableName,
PrimaryKey primaryKey)
构造函数。
|
RowDeleteChange(String tableName,
PrimaryKey primaryKey)
构造函数。
|
RowPutChange(String tableName,
PrimaryKey primaryKey)
构造函数。
|
RowPutChange(String tableName,
PrimaryKey primaryKey,
long ts)
构造函数。
|
RowRangeColumnIteratorImpl(WideRowIterator wideRowIterator,
PrimaryKey primaryKey,
Iterator<Column> columnIterator,
boolean complete) |
RowUpdateChange(String tableName,
PrimaryKey primaryKey)
构造函数。
|
RowUpdateChange(String tableName,
PrimaryKey primaryKey,
long ts)
构造函数。
|
SingleRowQueryCriteria(String tableName,
PrimaryKey primaryKey)
构造一个在给定名称的表中查询的条件。
|
Split(String location,
PrimaryKey lowerBound,
PrimaryKey upperBound) |
StartLocalTransactionRequest(String tableName,
PrimaryKey key)
初始化StartLocalTransactionRequest实例。
|
WideColumnIterator(PrimaryKey primaryKey,
AbstractColumnIteratorImpl columnIteratorImpl) |
限定符和类型 | 方法和说明 |
---|---|
List<PrimaryKey> |
SearchRequest.getRoutingValues() |
限定符和类型 | 方法和说明 |
---|---|
void |
SearchRequest.setRoutingValues(List<PrimaryKey> routingValues) |
Copyright © 2019. All Rights Reserved.