Class AbstractConcurrentArrayQueueProducer

    • Field Detail

      • tail

        protected volatile long tail
        Tail index.
      • headCache

        protected long headCache
        Cached head index.
      • sharedHeadCache

        protected volatile long sharedHeadCache
        Shared cached head index.
    • Constructor Detail

      • AbstractConcurrentArrayQueueProducer

        AbstractConcurrentArrayQueueProducer()