限定符和类型 | 方法和说明 |
---|---|
BatchGetRowResponse |
SyncClient.batchGetRow(BatchGetRowRequest batchGetRowRequest) |
BatchGetRowResponse |
SyncClientInterface.batchGetRow(BatchGetRowRequest batchGetRowRequest)
从多张表中读取多行数据。
|
限定符和类型 | 方法和说明 |
---|---|
Future<BatchGetRowResponse> |
AsyncClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
InternalClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
AsyncClientInterface.batchGetRow(BatchGetRowRequest batchGetRowRequest,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback)
从多张表中读取多行数据。
|
Future<BatchGetRowResponse> |
InternalClient.batchGetRowInternal(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
限定符和类型 | 方法和说明 |
---|---|
Future<BatchGetRowResponse> |
AsyncClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
InternalClient.batchGetRow(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
Future<BatchGetRowResponse> |
AsyncClientInterface.batchGetRow(BatchGetRowRequest batchGetRowRequest,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback)
从多张表中读取多行数据。
|
Future<BatchGetRowResponse> |
InternalClient.batchGetRowInternal(BatchGetRowRequest request,
TableStoreCallback<BatchGetRowRequest,BatchGetRowResponse> callback) |
限定符和类型 | 方法和说明 |
---|---|
void |
AsyncBatchGetRowCompletion.completed(BatchGetRowResponse result) |
限定符和类型 | 方法和说明 |
---|---|
void |
BatchGetRowLauncher.fire(BatchGetRowRequest req,
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 © 2019. All Rights Reserved.