LockType - the type of lockspublic class FifoWaitQueue<LockType> extends WaitQueue<LockType>
| Constructor and Description |
|---|
FifoWaitQueue()
Creates a new wait queue.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dequeue(LockGrantFuture<LockType> r)
Removes a request from the queue.
|
protected void |
enqueue(LockGrantFuture<LockType> r)
Adds a new request to the queue.
|
Iterator<LockGrantFuture<LockType>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<LockGrantFuture<LockType>> iterator()
protected void enqueue(LockGrantFuture<LockType> r)
WaitQueueCopyright © 2015. All rights reserved.