public interface IRequestScheduler
void queue(java.lang.Thread t, java.lang.String id, long timeoutMS) throws java.util.concurrent.TimeoutException
t
- Thread handing the requestid
- Scheduling parameter, an id to distinguish profiles (users/keyspace)timeoutMS
- The max time in milliseconds to spend blocking for a slotjava.util.concurrent.TimeoutException
void release()
Copyright © 2013 The Apache Software Foundation