限定符和类型 | 类和说明 |
---|---|
class |
SyncClient |
限定符和类型 | 方法和说明 |
---|---|
SyncClientInterface |
AsyncClient.asSyncClient() |
SyncClientInterface |
AsyncClientInterface.asSyncClient()
转换成同步接口的Client。
|
限定符和类型 | 方法和说明 |
---|---|
Iterator<Row> |
TablestoreSplit.getRowIterator(SyncClientInterface client) |
Iterator<Row> |
ITablestoreSplit.getRowIterator(SyncClientInterface client) |
Iterator<Row> |
TablestoreSplit.getRowIterator(SyncClientInterface client,
FilterPushdownConfig filterPushdownConfig) |
Iterator<Row> |
ITablestoreSplit.getRowIterator(SyncClientInterface client,
FilterPushdownConfig filterPushdownConfig) |
构造器和说明 |
---|
TablestoreSplitIterator(SyncClientInterface client,
List<TablestoreSplit.PkRange> pkRanges,
String tableName,
List<String> requiredColumns) |
构造器和说明 |
---|
PlainBufferBlockRowIterator(SyncClientInterface client,
BulkExportQueryCriteria parameter) |
SimpleRowMatrixBlockRowIterator(SyncClientInterface client,
BulkExportQueryCriteria parameter,
boolean verifyFieldNames) |
构造器和说明 |
---|
BulkExportIterator(SyncClientInterface client,
RangeIteratorParameter parameter) |
GetRangeRowIterator(SyncClientInterface client,
RangeIteratorParameter parameter) |
ParallelScanRowIterator(SyncClientInterface syncClient,
ParallelScanRequest parallelScanRequest) |
SearchRowIterator(SyncClientInterface syncClient,
SearchRequest searchRequest) |
构造器和说明 |
---|
TimelineQueueImpl(SyncClientInterface client,
TableStoreWriter writer,
TimelineSchema schema,
TimelineIdentifier identifier) |
Copyright © 2021. All Rights Reserved.