Package net.binis.codegen.async.executor
Class Executors
java.lang.Object
net.binis.codegen.async.executor.Executors
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutordefaultExecutor(String flow) static ExecutorfixedThreadPool(String flow, int nThreads) static ExecutorfixedThreadPool(String flow, int nThreads, int queueSize) static ExecutorsilentExecutor(String flow) static ExecutorsingleThreadedExecutor(String flow) static ExecutorsingleThreadedExecutor(String flow, int queueSize) static Executorstatic Executorstatic ExecutorwrappedExecutor(String flow, Executor task)
-
Constructor Details
-
Executors
public Executors()
-
-
Method Details
-
wrappedExecutor
-
defaultExecutor
-
fixedThreadPool
-
fixedThreadPool
-
singleThreadedExecutor
-
singleThreadedExecutor
-
silentExecutor
-
syncExecutor
-
syncSilentExecutor
-