public class AsyncBatchGetRowCompletion extends AsyncCompletion<BatchGetRowRequest,BatchGetRowResponse>
| Modifier and Type | Field and Description |
|---|---|
protected List<TableStoreCallback<Request,Response>> |
downstreams |
callbackExecutor, launcher, request, retry, retryExecutor, tracer| Constructor and Description |
|---|
AsyncBatchGetRowCompletion(OperationLauncher launcher,
BatchGetRowRequest request,
TraceLogger tracer,
ExecutorService callbackExecutor,
RetryStrategy retry,
ScheduledExecutorService retryExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(BatchGetRowResponse result) |
com.alicloud.openservices.tablestore.core.AbstractWatchableCallback<Request,Response> |
watchBy(TableStoreCallback<Request,Response> downstream) |
cancelled, failed, onCompleted, onFailedprotected List<TableStoreCallback<Request,Response>> downstreams
public AsyncBatchGetRowCompletion(OperationLauncher launcher, BatchGetRowRequest request, TraceLogger tracer, ExecutorService callbackExecutor, RetryStrategy retry, ScheduledExecutorService retryExecutor)
public void completed(BatchGetRowResponse result)
completed in interface org.apache.http.concurrent.FutureCallback<BatchGetRowResponse>completed in class AsyncCompletion<BatchGetRowRequest,BatchGetRowResponse>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.