Package akka.dispatch
Class ForkJoinExecutorConfigurator.AkkaForkJoinTask
- java.lang.Object
-
- java.util.concurrent.ForkJoinTask<scala.runtime.BoxedUnit>
-
- akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinTask
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.concurrent.Future<scala.runtime.BoxedUnit>
- Enclosing class:
- ForkJoinExecutorConfigurator
public static final class ForkJoinExecutorConfigurator.AkkaForkJoinTask extends java.util.concurrent.ForkJoinTask<scala.runtime.BoxedUnit>
INTERNAL AKKA USAGE ONLY- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AkkaForkJoinTask(java.lang.Runnable runnable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exec()
void
getRawResult()
void
setRawResult(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
-
-
-
-
Method Detail
-
exec
public boolean exec()
- Specified by:
exec
in classjava.util.concurrent.ForkJoinTask<scala.runtime.BoxedUnit>
-
getRawResult
public void getRawResult()
-
setRawResult
public void setRawResult(scala.runtime.BoxedUnit unit)
- Specified by:
setRawResult
in classjava.util.concurrent.ForkJoinTask<scala.runtime.BoxedUnit>
-
-