Uses of Class
org.apache.hadoop.hbase.client.ResultBoundedCompletionService.QueueingFuture
Packages that use ResultBoundedCompletionService.QueueingFuture
-
Uses of ResultBoundedCompletionService.QueueingFuture in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as ResultBoundedCompletionService.QueueingFutureModifier and TypeFieldDescriptionprivate final ResultBoundedCompletionService<V>.QueueingFuture<V>[]
ResultBoundedCompletionService.tasks
Fields in org.apache.hadoop.hbase.client with type parameters of type ResultBoundedCompletionService.QueueingFutureModifier and TypeFieldDescriptionprivate final ArrayList<ResultBoundedCompletionService.QueueingFuture>
ResultBoundedCompletionService.completedTasks
Methods in org.apache.hadoop.hbase.client that return ResultBoundedCompletionService.QueueingFutureModifier and TypeMethodDescriptionPoll for the first completed task whether it is a success or execution exception.ResultBoundedCompletionService.pollForFirstSuccessfullyCompletedTask
(long timeout, TimeUnit unit, int startIndex, int endIndex) Poll for the first successfully completed task whose completed order is in startIndex, endIndex(exclusive) rangeprivate ResultBoundedCompletionService<V>.QueueingFuture<V>
ResultBoundedCompletionService.pollForSpecificCompletedTask
(long timeout, TimeUnit unit, int index) Poll for the Nth completed task (index starts from 0 (the 1st), 1 (the second)...)ResultBoundedCompletionService.take()