Uses of Class
network.oxalis.commons.executor.ExecutorConf
-
Packages that use ExecutorConf Package Description network.oxalis.commons.executor -
-
Uses of ExecutorConf in network.oxalis.commons.executor
Methods in network.oxalis.commons.executor that return ExecutorConf Modifier and Type Method Description static ExecutorConfExecutorConf. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutorConf[]ExecutorConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.executor with type arguments of type ExecutorConf Modifier and Type Method Description ExecutorServiceExecutorModule. getExecutorService(Settings<ExecutorConf> settings)ExecutorServiceExecutorModule. getStatisticsExecutorService(Settings<ExecutorConf> settings)
-