Uses of Class
org.eclipse.jetty.util.ConcurrentArrayQueue.Block
Packages that use ConcurrentArrayQueue.Block
-
Uses of ConcurrentArrayQueue.Block in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return ConcurrentArrayQueue.BlockModifier and TypeMethodDescriptionprotected ConcurrentArrayQueue.Block<T>ConcurrentArrayQueue.getHeadBlock()protected ConcurrentArrayQueue.Block<T>ConcurrentArrayQueue.getTailBlock()protected ConcurrentArrayQueue.Block<T>ConcurrentArrayQueue.newBlock()ConcurrentArrayQueue.Block.next()Methods in org.eclipse.jetty.util with parameters of type ConcurrentArrayQueue.BlockModifier and TypeMethodDescriptionprotected 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)