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 |
NoScheduler
This is basically not having a scheduler, the requests are
processed as normally would be handled by the JVM.
|
class |
RoundRobinScheduler
A very basic Round Robin implementation of the RequestScheduler.
|
Copyright © 2017 The Apache Software Foundation