Package | Description |
---|---|
org.apache.cassandra.service |
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 © 2013 The Apache Software Foundation