Package | Description |
---|---|
org.apache.cassandra.concurrent |
Modifier and Type | Field and Description |
---|---|
static DebuggableScheduledThreadPoolExecutor |
ScheduledExecutors.nonPeriodicTasks
This executor is used for tasks that can have longer execution times, and usually are non periodic.
|
static DebuggableScheduledThreadPoolExecutor |
ScheduledExecutors.optionalTasks
This executor is used for tasks that do not need to be waited for on shutdown/drain.
|
static DebuggableScheduledThreadPoolExecutor |
ScheduledExecutors.scheduledTasks
This pool is used for periodic short (sub-second) tasks.
|
Copyright © 2015 The Apache Software Foundation