Uses of Class
org.eclipse.jetty.util.ConcurrentArrayQueue.Block
| Package | Description |
|---|---|
| org.eclipse.jetty.util |
-
Uses of ConcurrentArrayQueue.Block in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return ConcurrentArrayQueue.Block 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()Methods in org.eclipse.jetty.util with parameters of type ConcurrentArrayQueue.Block Modifier and Type Method Description protected booleanConcurrentArrayQueue. casHeadBlock(ConcurrentArrayQueue.Block<T> current, ConcurrentArrayQueue.Block<T> update)protected booleanConcurrentArrayQueue. casTailBlock(ConcurrentArrayQueue.Block<T> current, ConcurrentArrayQueue.Block<T> update)booleanConcurrentArrayQueue.Block. link(ConcurrentArrayQueue.Block<E> nextBlock)