| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
protected boolean |
ConcurrentArrayQueue.casHeadBlock(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–2018 Webtide. All rights reserved.