| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.reader |
| Modifier and Type | Method and Description |
|---|---|
TableStoreReaderConfig |
DefaultTableStoreReader.getConfig() |
| Constructor and Description |
|---|
DefaultTableStoreReader(AsyncClientInterface ots,
TableStoreReaderConfig config,
Executor executor,
TableStoreCallback<PrimaryKeyWithTable,RowReadResult> callback) |
| Constructor and Description |
|---|
ReaderBucket(AsyncClientInterface ots,
Semaphore semaphore,
TableStoreReaderConfig config,
TableStoreCallback<PrimaryKeyWithTable,RowReadResult> callback,
Executor executor,
ReaderStatistics statistics) |
ReaderEventHandler(AsyncClientInterface ots,
TableStoreReaderConfig config,
Executor executor,
Semaphore callbackSemaphore,
TableStoreCallback<PrimaryKeyWithTable,RowReadResult> callback,
ReaderStatistics statistics) |
ReaderRequestManager(AsyncClientInterface ots,
TableStoreReaderConfig config,
Semaphore callbackSemaphore,
TableStoreCallback<PrimaryKeyWithTable,RowReadResult> callback,
Executor executor,
Semaphore bucketSemaphore,
ReaderStatistics statistics) |
Copyright © 2024. All Rights Reserved.