| Modifier and Type | Method and Description |
|---|---|
GetRowResponse |
SyncClient.getRow(GetRowRequest getRowRequest) |
GetRowResponse |
SyncClientInterface.getRow(GetRowRequest getRowRequest)
读取表中的一行数据。
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRowResponse> |
AsyncClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
AsyncClientInterface.getRow(GetRowRequest getRowRequest,
TableStoreCallback<GetRowRequest,GetRowResponse> callback)
读取表中的一行数据。
|
Future<GetRowResponse> |
InternalClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
InternalClient.getRowInternal(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRowResponse> |
AsyncClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
AsyncClientInterface.getRow(GetRowRequest getRowRequest,
TableStoreCallback<GetRowRequest,GetRowResponse> callback)
读取表中的一行数据。
|
Future<GetRowResponse> |
InternalClient.getRow(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
Future<GetRowResponse> |
InternalClient.getRowInternal(GetRowRequest request,
TableStoreCallback<GetRowRequest,GetRowResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncGetRowCompletion.completed(GetRowResponse result) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRowLauncher.fire(GetRowRequest req,
org.apache.http.concurrent.FutureCallback<GetRowResponse> cb) |
| Constructor and Description |
|---|
AsyncGetRowCompletion(OperationLauncher<GetRowRequest,GetRowResponse> launcher,
GetRowRequest request,
TraceLogger tracer,
ExecutorService callbackExecutor,
RetryStrategy retry,
ScheduledExecutorService retryExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected GetRowResponse |
GetRowResponseConsumer.parseResult() |
| Constructor and Description |
|---|
GetRowResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
GetRowResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static GetRowResponse |
ResponseFactory.createGetRowResponse(ResponseContentWithMeta response,
OtsInternalApi.GetRowResponse getRowResponse) |
Copyright © 2024. All Rights Reserved.