Uses of Class
org.apache.cassandra.config.RequestSchedulerOptions

Packages that use RequestSchedulerOptions
org.apache.cassandra.config   
org.apache.cassandra.scheduler   
 

Uses of RequestSchedulerOptions in org.apache.cassandra.config
 

Fields in org.apache.cassandra.config declared as RequestSchedulerOptions
 RequestSchedulerOptions Config.request_scheduler_options
           
 

Methods in org.apache.cassandra.config that return RequestSchedulerOptions
static RequestSchedulerOptions DatabaseDescriptor.getRequestSchedulerOptions()
           
 

Uses of RequestSchedulerOptions in org.apache.cassandra.scheduler
 

Constructors in org.apache.cassandra.scheduler with parameters of type RequestSchedulerOptions
NoScheduler(RequestSchedulerOptions options)
           
RoundRobinScheduler(RequestSchedulerOptions options)
           
 



Copyright © 2010 The Apache Software Foundation