Class InlinedCountersSpscConcurrentArrayQueue<E>

    • Field Detail

      • head

        protected volatile long head
      • tailCache

        protected long tailCache
      • tail

        protected volatile long tail
      • headCache

        protected long headCache
      • SPARSE_SHIFT

        protected static final int SPARSE_SHIFT
      • capacity

        protected final int capacity
      • mask

        protected final long mask
      • buffer

        protected final E[] buffer
    • Constructor Detail

      • InlinedCountersSpscConcurrentArrayQueue

        public InlinedCountersSpscConcurrentArrayQueue​(int capacity)