Instance Constructors
-
new
AkkaForkJoinPool
(parallelism: Int, threadFactory: ForkJoinWorkerThreadFactory, unhandledExceptionHandler: UncaughtExceptionHandler)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
atFullThrottle
(): Boolean
-
def
awaitTermination
(timeout: Long, unit: TimeUnit): Boolean
-
def
clone
(): AnyRef
-
def
drainTasksTo
(c: java.util.Collection[_ >: akka.jsr166y.ForkJoinTask[_]]): Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
execute
(r: Runnable): Unit
-
def
execute
(task: akka.jsr166y.ForkJoinTask[_]): Unit
-
def
finalize
(): Unit
-
def
getActiveThreadCount
(): Int
-
def
getAsyncMode
(): Boolean
-
def
getClass
(): java.lang.Class[_]
-
-
def
getParallelism
(): Int
-
def
getPoolSize
(): Int
-
def
getQueuedSubmissionCount
(): Int
-
def
getQueuedTaskCount
(): Long
-
def
getRunningThreadCount
(): Int
-
def
getStealCount
(): Long
-
def
getUncaughtExceptionHandler
(): UncaughtExceptionHandler
-
def
hasQueuedSubmissions
(): Boolean
-
def
hashCode
(): Int
-
def
invoke
[T]
(task: ForkJoinTask[T]): T
-
def
invokeAll
[T]
(tasks: java.util.Collection[_ <: java.util.concurrent.Callable[T]]): List[Future[T]]
-
def
invokeAll
[T]
(arg0: java.util.Collection[_ <: java.util.concurrent.Callable[T]], arg1: Long, arg2: TimeUnit): List[Future[T]]
-
def
invokeAny
[T]
(arg0: java.util.Collection[_ <: java.util.concurrent.Callable[T]], arg1: Long, arg2: TimeUnit): T
-
def
invokeAny
[T]
(arg0: java.util.Collection[_ <: java.util.concurrent.Callable[T]]): T
-
def
isInstanceOf
[T0]
: Boolean
-
def
isQuiescent
(): Boolean
-
def
isShutdown
(): Boolean
-
def
isTerminated
(): Boolean
-
def
isTerminating
(): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
newTaskFor
[T]
(callable: Callable[T]): RunnableFuture[T]
-
def
newTaskFor
[T]
(runnable: Runnable, value: T): RunnableFuture[T]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
pollSubmission
(): akka.jsr166y.ForkJoinTask[_]
-
def
shutdown
(): Unit
-
def
shutdownNow
(): List[Runnable]
-
def
submit
(task: Runnable): akka.jsr166y.ForkJoinTask[_]
-
def
submit
[T]
(task: Runnable, result: T): ForkJoinTask[T]
-
def
submit
[T]
(task: Callable[T]): ForkJoinTask[T]
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from LoadMetrics
Inherited from AbstractExecutorService
Inherited from ExecutorService
Inherited from Executor
Inherited from AnyRef
Inherited from Any
INTERNAL AKKA USAGE ONLY