Package org.apache.pekko.dispatch
Class ForkJoinExecutorConfigurator.PekkoForkJoinTask
java.lang.Object
java.util.concurrent.ForkJoinTask<scala.runtime.BoxedUnit>
org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask
- All Implemented Interfaces:
Serializable,Future<scala.runtime.BoxedUnit>
- Enclosing class:
- ForkJoinExecutorConfigurator
public static final class ForkJoinExecutorConfigurator.PekkoForkJoinTask
extends ForkJoinTask<scala.runtime.BoxedUnit>
INTERNAL PEKKO USAGE ONLY
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexec()voidvoidsetRawResult(scala.runtime.BoxedUnit unit) Methods inherited from class java.util.concurrent.ForkJoinTask
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
-
Constructor Details
-
PekkoForkJoinTask
-
-
Method Details
-
exec
public boolean exec()- Specified by:
execin classForkJoinTask<scala.runtime.BoxedUnit>
-
getRawResult
public void getRawResult() -
setRawResult
public void setRawResult(scala.runtime.BoxedUnit unit) - Specified by:
setRawResultin classForkJoinTask<scala.runtime.BoxedUnit>
-