public class RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService extends Object
| 构造器和说明 |
|---|
RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService(Executor executor,
int maxTasks) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancelAll() |
org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService.QueueingFuture |
poll(long timeout,
TimeUnit unit) |
void |
submit(org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable task,
int callTimeout) |
org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService.QueueingFuture |
take() |
public RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService(Executor executor, int maxTasks)
public void submit(org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable task,
int callTimeout)
public org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService.QueueingFuture take()
throws InterruptedException
public org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService.QueueingFuture poll(long timeout,
TimeUnit unit)
throws InterruptedException
public void cancelAll()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.