Package | Description |
---|---|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Method and Description |
---|---|
protected ConcurrentArrayQueue.Block<T> |
ConcurrentArrayQueue.getHeadBlock() |
protected ConcurrentArrayQueue.Block<T> |
ConcurrentArrayQueue.getTailBlock() |
protected ConcurrentArrayQueue.Block<T> |
ConcurrentArrayQueue.newBlock() |
ConcurrentArrayQueue.Block<E> |
ConcurrentArrayQueue.Block.next() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ConcurrentArrayQueue.casHeadBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
protected boolean |
ConcurrentArrayQueue.casHeadBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
protected boolean |
ConcurrentArrayQueue.casTailBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
protected boolean |
ConcurrentArrayQueue.casTailBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
boolean |
ConcurrentArrayQueue.Block.link(ConcurrentArrayQueue.Block<E> nextBlock) |
Copyright © 1995-2015 Webtide. All Rights Reserved.