Uses of Class
org.apache.cassandra.concurrent.RetryingScheduledThreadPoolExecutor

Packages that use RetryingScheduledThreadPoolExecutor
org.apache.cassandra.service   
 

Uses of RetryingScheduledThreadPoolExecutor in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service declared as RetryingScheduledThreadPoolExecutor
static RetryingScheduledThreadPoolExecutor StorageService.scheduledTasks
          This pool is used for periodic short (sub-second) tasks.
static RetryingScheduledThreadPoolExecutor StorageService.tasks
          This pool is used by tasks that can have longer execution times, and usually are non periodic.
 



Copyright © 2011 The Apache Software Foundation