| Modifier and Type | Class and Description |
|---|---|
class |
SyncClient |
| Modifier and Type | Method and Description |
|---|---|
SyncClientInterface |
AsyncClient.asSyncClient() |
SyncClientInterface |
AsyncClientInterface.asSyncClient()
转换成同步接口的Client。
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
TablestoreSplitIterator(SyncClientInterface client,
List<TablestoreSplit.PkRange> pkRanges,
String tableName,
List<String> requiredColumns) |
| Constructor and Description |
|---|
PlainBufferBlockRowIterator(SyncClientInterface client,
BulkExportQueryCriteria parameter) |
SimpleRowMatrixBlockRowIterator(SyncClientInterface client,
BulkExportQueryCriteria parameter,
boolean verifyFieldNames) |
| Constructor and Description |
|---|
BulkExportIterator(SyncClientInterface client,
RangeIteratorParameter parameter) |
GetRangeRowIterator(SyncClientInterface client,
RangeIteratorParameter parameter) |
ParallelScanRowIterator(SyncClientInterface syncClient,
ParallelScanRequest parallelScanRequest) |
SearchRowIterator(SyncClientInterface syncClient,
SearchRequest searchRequest) |
| Constructor and Description |
|---|
TimelineQueueImpl(SyncClientInterface client,
TableStoreWriter writer,
TimelineSchema schema,
TimelineIdentifier identifier) |
Copyright © 2024. All Rights Reserved.