Package org.agrona.concurrent.status
Class StatusIndicator
java.lang.Object
org.agrona.concurrent.status.StatusIndicatorReader
org.agrona.concurrent.status.StatusIndicator
- Direct Known Subclasses:
UnsafeBufferStatusIndicator
Extends a
StatusIndicatorReader
with the ability to set the value so other readers can take action.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
setOrdered
(long value) Sets the current status indication of the component with ordered atomic memory semantics.Methods inherited from class org.agrona.concurrent.status.StatusIndicatorReader
getVolatile, id
-
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.
-