Package org.apache.ofbiz.base.concurrent
Class ExecutionPool
java.lang.Object
org.apache.ofbiz.base.concurrent.ExecutionPool
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
protected static class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addPulse
(ExecutionPool.Pulse pulse) static <F> List<F>
getAllFutures
(Collection<Future<F>> futureList) static ScheduledExecutorService
getScheduledExecutor
(ThreadGroup group, String namePrefix, int threadCount, long keepAliveSeconds, boolean preStart) static void
removePulse
(ExecutionPool.Pulse pulse)
-
Field Details
-
GLOBAL_BATCH
-
GLOBAL_FORK_JOIN
-
-
Constructor Details
-
ExecutionPool
public ExecutionPool()
-
-
Method Details
-
getScheduledExecutor
public static ScheduledExecutorService getScheduledExecutor(ThreadGroup group, String namePrefix, int threadCount, long keepAliveSeconds, boolean preStart) -
getAllFutures
-
addPulse
-
removePulse
-