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