Package akka.dispatch

Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AkkaForkJoinTask

        public AkkaForkJoinTask​(java.lang.Runnable runnable)
    • Method Detail

      • exec

        public boolean exec()
        Specified by:
        exec in class java.util.concurrent.ForkJoinTask<scala.runtime.BoxedUnit>
      • getRawResult

        public void getRawResult()
      • setRawResult

        public void setRawResult​(scala.runtime.BoxedUnit unit)
        Specified by:
        setRawResult in class java.util.concurrent.ForkJoinTask<scala.runtime.BoxedUnit>