Package kilim
Class ForkJoinScheduler.ForkedRunnable<V>
java.lang.Object
java.util.concurrent.ForkJoinTask<V>
kilim.ForkJoinScheduler.ForkedRunnable<V>
- All Implemented Interfaces:
Serializable,Future<V>
- Enclosing class:
ForkJoinScheduler
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.ForkJoinTask
adapt, adapt, adapt, adaptInterruptible, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, exceptionNow, 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, quietlyJoin, quietlyJoinUninterruptibly, reinitialize, resultNow, setForkJoinTaskTag, state, tryUnfork
-
Field Details
-
task
Runnable task
-
-
Constructor Details
-
ForkedRunnable
-
-
Method Details
-
getRawResult
- Specified by:
getRawResultin classForkJoinTask<V>
-
setRawResult
- Specified by:
setRawResultin classForkJoinTask<V>
-
exec
protected boolean exec()- Specified by:
execin classForkJoinTask<V>
-