| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core | |
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.reader |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetRowResponse |
SyncClientInterface.batchGetRow(BatchGetRowRequest batchGetRowRequest)
Read multiple rows of data from multiple tables.
|
BatchGetRowResponse |
SyncClient.batchGetRow(BatchGetRowRequest batchGetRowRequest) |
Future<BatchGetRowResponse> |
AsyncClientInterface.batchGetRow(BatchGetRowRequest batchGetRowRequest,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback)
Read multiple rows of data from multiple tables.
|
Future<BatchGetRowResponse> |
AsyncClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
InternalClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
InternalClient.batchGetRowInternal(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<BatchGetRowResponse> |
AsyncClientInterface.batchGetRow(BatchGetRowRequest batchGetRowRequest,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback)
Read multiple rows of data from multiple tables.
|
Future<BatchGetRowResponse> |
AsyncClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
InternalClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
InternalClient.batchGetRowInternal(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetRowRequest |
BatchGetRowLauncher.getRequestForRetry(Exception e) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetRowLauncher |
LauncherFactory.batchGetRow(TraceLogger tracer,
RetryStrategy retry,
BatchGetRowRequest originRequest) |
void |
BatchGetRowLauncher.fire(BatchGetRowRequest req,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<BatchGetRowResponse> cb) |
| 构造器和说明 |
|---|
AsyncBatchGetRowCompletion(OperationLauncher launcher,
BatchGetRowRequest request,
TraceLogger tracer,
ExecutorService callbackExecutor,
RetryStrategy retry,
ScheduledExecutorService retryExecutor) |
BatchGetRowLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
BatchGetRowRequest originRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetRowRequest |
BatchGetRowRequest.createRequestForRetry(List<BatchGetRowResponse.RowResult> failedRows)
Creates a new request for retry based on the returned result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetRowRequest |
ReqWithGroups.getRequest() |
| 构造器和说明 |
|---|
ReqWithGroups(BatchGetRowRequest request,
Map<String,List<ReaderGroup>> groupList) |
Copyright © 2025. All Rights Reserved.