Package org.apache.cassandra.scheduler

Interface Summary
IRequestScheduler Implementors of IRequestScheduler must provide a constructor taking a RequestSchedulerOptions object.
WeightedQueueMBean Exposes client request scheduling metrics for a particular scheduler queue.
 

Class Summary
NoScheduler This is basically not having a scheduler, the requests are processed as normally would be handled by the JVM.
RoundRobinScheduler A very basic Round Robin implementation of the RequestScheduler.
 



Copyright © 2011 The Apache Software Foundation