public class SquirrelConfiguration extends Object
| Constructor and Description |
|---|
SquirrelConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
getExecutor() |
static ScheduledExecutorService |
getScheduler() |
static ExecutorService |
registerNewExecutorService(int threadNum,
long terminationTimeout,
TimeUnit timeUnit) |
static ScheduledExecutorService |
registerNewSchedulerService(int threadNum,
long terminationTimeout,
TimeUnit timeUnit) |
public static ExecutorService getExecutor()
public static ExecutorService registerNewExecutorService(int threadNum, long terminationTimeout, TimeUnit timeUnit)
public static ScheduledExecutorService getScheduler()
public static ScheduledExecutorService registerNewSchedulerService(int threadNum, long terminationTimeout, TimeUnit timeUnit)
Copyright © 2013–2016. All rights reserved.