| Package | Description | 
|---|---|
| org.apache.cassandra.config | |
| org.apache.cassandra.scheduler | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRequestScheduler | DatabaseDescriptor. getRequestScheduler() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoSchedulerThis is basically not having a scheduler, the requests are
 processed as normally would be handled by the JVM. | 
| class  | RoundRobinSchedulerA very basic Round Robin implementation of the RequestScheduler. | 
Copyright © 2018 The Apache Software Foundation