|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.scheduler.RoundRobinScheduler
public class RoundRobinScheduler
A very basic Round Robin implementation of the RequestScheduler. It handles request groups identified on user/keyspace by placing them in separate queues and servicing a request from each queue in a RoundRobin fashion. It optionally adds weights for each round.
Constructor Summary | |
---|---|
RoundRobinScheduler(RequestSchedulerOptions options)
|
Method Summary | |
---|---|
void |
queue(java.lang.Thread t,
java.lang.String id,
long timeoutMS)
Queue incoming request threads |
void |
release()
A convenience method for indicating when a particular request has completed processing, and before a return to the client |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoundRobinScheduler(RequestSchedulerOptions options)
Method Detail |
---|
public void queue(java.lang.Thread t, java.lang.String id, long timeoutMS) throws java.util.concurrent.TimeoutException
IRequestScheduler
queue
in interface IRequestScheduler
t
- Thread handing the requestid
- Scheduling parameter, an id to distinguish profiles (users/keyspace)
java.util.concurrent.TimeoutException
public void release()
IRequestScheduler
release
in interface IRequestScheduler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |