Uses of Interface
com.j_spaces.kernel.threadpool.monitor.FutureExecutorService
Packages that use FutureExecutorService
-
Uses of FutureExecutorService in com.j_spaces.kernel.threadpool
Methods in com.j_spaces.kernel.threadpool that return FutureExecutorServiceModifier and TypeMethodDescriptionstatic FutureExecutorServiceDynamicExecutors.newEventThreadPool(int min, int max, long keepAliveTime, long waitTime, ThreadFactory threadFactory) Creates a thread pool, same as inDynamicExecutors.newScalingThreadPool(int, int, long, ThreadFactory), using the provided ThreadFactory to create new threads when needed. -
Uses of FutureExecutorService in com.j_spaces.kernel.threadpool.monitor
Classes in com.j_spaces.kernel.threadpool.monitor that implement FutureExecutorServiceModifier and TypeClassDescriptionclassA timeout mechanism on top of an executor service.