Uses of Class
org.agrona.concurrent.DynamicCompositeAgent.Status
-
Packages that use DynamicCompositeAgent.Status Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of DynamicCompositeAgent.Status in org.agrona.concurrent
Fields in org.agrona.concurrent declared as DynamicCompositeAgent.Status Modifier and Type Field Description private DynamicCompositeAgent.Status
DynamicCompositeAgent. status
Methods in org.agrona.concurrent that return DynamicCompositeAgent.Status Modifier and Type Method Description DynamicCompositeAgent.Status
DynamicCompositeAgent. status()
Get theDynamicCompositeAgent.Status
for the Agent.static DynamicCompositeAgent.Status
DynamicCompositeAgent.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DynamicCompositeAgent.Status[]
DynamicCompositeAgent.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-