static final class ConcurrentHashMapV8.ReduceEntriesTask<K,V> extends ConcurrentHashMapV8.BulkTask<K,V,java.util.Map.Entry<K,V>>
ForkJoinTask.AdaptedCallable<T>, ForkJoinTask.AdaptedRunnable<T>, ForkJoinTask.AdaptedRunnableAction, ForkJoinTask.ExceptionNode, ForkJoinTask.RunnableExecuteAction
Modifier and Type | Field and Description |
---|---|
(package private) ConcurrentHashMapV8.ReduceEntriesTask<K,V> |
nextRight |
(package private) ConcurrentHashMapV8.BiFun<java.util.Map.Entry<K,V>,java.util.Map.Entry<K,V>,? extends java.util.Map.Entry<K,V>> |
reducer |
(package private) java.util.Map.Entry<K,V> |
result |
(package private) ConcurrentHashMapV8.ReduceEntriesTask<K,V> |
rights |
baseIndex, baseLimit, baseSize, batch, index, next, tab
completer, pending
CANCELLED, DONE_MASK, EXCEPTIONAL, NORMAL, SIGNAL, SMASK, status
Constructor and Description |
---|
ReduceEntriesTask(ConcurrentHashMapV8.BulkTask<K,V,?> p,
int b,
int i,
int f,
ConcurrentHashMapV8.Node<K,V>[] t,
ConcurrentHashMapV8.ReduceEntriesTask<K,V> nextRight,
ConcurrentHashMapV8.BiFun<java.util.Map.Entry<K,V>,java.util.Map.Entry<K,V>,? extends java.util.Map.Entry<K,V>> reducer) |
Modifier and Type | Method and Description |
---|---|
void |
compute()
The main computation performed by this task.
|
java.util.Map.Entry<K,V> |
getRawResult()
Returns the result of the computation.
|
advance
addToPendingCount, compareAndSetPendingCount, complete, decrementPendingCountUnlessZero, exec, firstComplete, getCompleter, getPendingCount, getRoot, internalPropagateException, nextComplete, onCompletion, onExceptionalCompletion, propagateCompletion, quietlyCompleteRoot, setPendingCount, setRawResult, tryComplete
adapt, adapt, adapt, cancel, cancelIgnoringExceptions, compareAndSetForkJoinTaskTag, completeExceptionally, doExec, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpExpungeStaleExceptions, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, recordExceptionalCompletion, reinitialize, rethrow, setForkJoinTaskTag, trySetSignal, tryUnfork, uncheckedThrow
final ConcurrentHashMapV8.BiFun<java.util.Map.Entry<K,V>,java.util.Map.Entry<K,V>,? extends java.util.Map.Entry<K,V>> reducer
ConcurrentHashMapV8.ReduceEntriesTask<K,V> rights
ConcurrentHashMapV8.ReduceEntriesTask<K,V> nextRight
ReduceEntriesTask(ConcurrentHashMapV8.BulkTask<K,V,?> p, int b, int i, int f, ConcurrentHashMapV8.Node<K,V>[] t, ConcurrentHashMapV8.ReduceEntriesTask<K,V> nextRight, ConcurrentHashMapV8.BiFun<java.util.Map.Entry<K,V>,java.util.Map.Entry<K,V>,? extends java.util.Map.Entry<K,V>> reducer)
public final java.util.Map.Entry<K,V> getRawResult()
CountedCompleter
null
, which is appropriate for Void
actions, but in other cases should be overridden, almost
always to return a field or function of a field that
holds the result upon completion.getRawResult
in class CountedCompleter<java.util.Map.Entry<K,V>>
public final void compute()
CountedCompleter
compute
in class CountedCompleter<java.util.Map.Entry<K,V>>