Class StatusIndicator

java.lang.Object
org.agrona.concurrent.status.StatusIndicatorReader
org.agrona.concurrent.status.StatusIndicator
Direct Known Subclasses:
UnsafeBufferStatusIndicator

public abstract class StatusIndicator extends StatusIndicatorReader
Extends a StatusIndicatorReader with the ability to set the value so other readers can take action.
See Also:
  • Constructor Details

    • StatusIndicator

      public StatusIndicator()
  • Method Details

    • setOrdered

      public abstract void setOrdered(long value)
      Sets the current status indication of the component with ordered atomic memory semantics.
      Parameters:
      value - the current status indication of the component.