| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetRowResponse |
SyncClientInterface.batchGetRow(BatchGetRowRequest batchGetRowRequest)
Read multiple rows of data from multiple tables.
|
BatchGetRowResponse |
SyncClient.batchGetRow(BatchGetRowRequest batchGetRowRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<BatchGetRowResponse> |
InternalClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
AsyncClient.batchGetRow(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> |
InternalClient.batchGetRowInternal(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<BatchGetRowResponse> |
InternalClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
AsyncClient.batchGetRow(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> |
InternalClient.batchGetRowInternal(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AsyncBatchGetRowCompletion.completed(BatchGetRowResponse result) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BatchGetRowLauncher.fire(BatchGetRowRequest req,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<BatchGetRowResponse> cb) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected BatchGetRowResponse |
BatchGetRowResponseConsumer.parseResult() |
| 构造器和说明 |
|---|
BatchGetRowResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
BatchGetRowResponse lastResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchGetRowResponse |
ResponseFactory.createBatchGetRowResponse(ResponseContentWithMeta response,
OtsInternalApi.BatchGetRowResponse batchGetRowResponse) |
Copyright © 2025. All Rights Reserved.