public class AsyncGetRowCompletion extends AsyncCompletion<GetRowRequest,GetRowResponse>
| Modifier and Type | Field and Description |
|---|---|
protected List<TableStoreCallback<Request,Response>> |
downstreams |
callbackExecutor, launcher, request, retry, retryExecutor, tracer| Constructor and Description |
|---|
AsyncGetRowCompletion(OperationLauncher<GetRowRequest,GetRowResponse> launcher,
GetRowRequest request,
TraceLogger tracer,
ExecutorService callbackExecutor,
RetryStrategy retry,
ScheduledExecutorService retryExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(GetRowResponse result) |
com.alicloud.openservices.tablestore.core.AbstractWatchableCallback<Request,Response> |
watchBy(TableStoreCallback<Request,Response> downstream) |
cancelled, failed, onCompleted, onFailedprotected List<TableStoreCallback<Request,Response>> downstreams
public AsyncGetRowCompletion(OperationLauncher<GetRowRequest,GetRowResponse> launcher, GetRowRequest request, TraceLogger tracer, ExecutorService callbackExecutor, RetryStrategy retry, ScheduledExecutorService retryExecutor)
public void completed(GetRowResponse result)
completed in interface org.apache.http.concurrent.FutureCallback<GetRowResponse>completed in class AsyncCompletion<GetRowRequest,GetRowResponse>public com.alicloud.openservices.tablestore.core.AbstractWatchableCallback<Request,Response> watchBy(TableStoreCallback<Request,Response> downstream)
watchBy in interface WatchableCallback<Request,Response>Copyright © 2024. All Rights Reserved.