public class RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService extends Object
Constructor and Description |
---|
RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService(Executor executor,
int maxTasks) |
Modifier and Type | Method and Description |
---|---|
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
InterruptedException
public org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.ResultBoundedCompletionService.QueueingFuture poll(long timeout, TimeUnit unit) throws InterruptedException
InterruptedException
public void cancelAll()
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.