| 限定符和类型 | 方法和说明 |
|---|---|
GetRowResponse |
SyncClientInterface.getRow(GetRowRequest getRowRequest)
Read a single row of data from the table.
|
GetRowResponse |
SyncClient.getRow(GetRowRequest getRowRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<GetRowResponse> |
InternalClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
AsyncClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
AsyncClientInterface.getRow(GetRowRequest getRowRequest,
TableStoreCallback<GetRowRequest,GetRowResponse> callback)
Read a single row of data from the table.
|
Future<GetRowResponse> |
InternalClient.getRowInternal(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<GetRowResponse> |
InternalClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
AsyncClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
AsyncClientInterface.getRow(GetRowRequest getRowRequest,
TableStoreCallback<GetRowRequest,GetRowResponse> callback)
Read a single row of data from the table.
|
Future<GetRowResponse> |
InternalClient.getRowInternal(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AsyncGetRowCompletion.completed(GetRowResponse result) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GetRowLauncher.fire(GetRowRequest req,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<GetRowResponse> cb) |
| 构造器和说明 |
|---|
AsyncGetRowCompletion(OperationLauncher<GetRowRequest,GetRowResponse> launcher,
GetRowRequest request,
TraceLogger tracer,
ExecutorService callbackExecutor,
RetryStrategy retry,
ScheduledExecutorService retryExecutor) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected GetRowResponse |
GetRowResponseConsumer.parseResult() |
| 构造器和说明 |
|---|
GetRowResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
GetRowResponse lastResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetRowResponse |
ResponseFactory.createGetRowResponse(ResponseContentWithMeta response,
OtsInternalApi.GetRowResponse getRowResponse) |
Copyright © 2025. All Rights Reserved.