Package io.split.client.utils
Class SplitExecutorFactory
- java.lang.Object
-
- io.split.client.utils.SplitExecutorFactory
-
public class SplitExecutorFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SplitExecutorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExecutorServicebuildExecutorService(ThreadFactory threadFactory, String name)static ScheduledExecutorServicebuildScheduledExecutorService(ThreadFactory threadFactory, String name, Integer size)static ScheduledExecutorServicebuildSingleThreadScheduledExecutor(ThreadFactory threadFactory, String name)
-
-
-
Method Detail
-
buildScheduledExecutorService
public static ScheduledExecutorService buildScheduledExecutorService(ThreadFactory threadFactory, String name, Integer size)
-
buildSingleThreadScheduledExecutor
public static ScheduledExecutorService buildSingleThreadScheduledExecutor(ThreadFactory threadFactory, String name)
-
buildExecutorService
public static ExecutorService buildExecutorService(ThreadFactory threadFactory, String name)
-
-