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 time execution tasks.
static RetryingScheduledThreadPoolExecutor StorageService.tasks
          This pool is used by tasks that can have long execution, (and usually are non periodic).
 



Copyright © 2011 The Apache Software Foundation