Package org.apache.cassandra.scheduler

Interface Summary
IRequestScheduler Implementors of IRequestScheduler must provide a constructor taking a RequestSchedulerOptions object.
WeightedQueueMBean Deprecated.
 

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 © 2012 The Apache Software Foundation