Class ReplayProcessor.Node<T>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ReplayProcessor<T>

    static final class ReplayProcessor.Node<T>
    extends java.util.concurrent.atomic.AtomicReference<ReplayProcessor.Node<T>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      (package private) T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(T value)  
    • Method Summary

      • Methods inherited from class java.util.concurrent.atomic.AtomicReference

        accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        final T value
    • Constructor Detail

      • Node

        Node​(T value)