Uses of Enum Class
org.agrona.concurrent.DynamicCompositeAgent.Status
Packages that use DynamicCompositeAgent.Status
Package
Description
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.StatusModifier and TypeFieldDescriptionprivate DynamicCompositeAgent.Status
DynamicCompositeAgent.status
Methods in org.agrona.concurrent that return DynamicCompositeAgent.StatusModifier and TypeMethodDescriptionDynamicCompositeAgent.status()
Get theDynamicCompositeAgent.Status
for the Agent.static DynamicCompositeAgent.Status
Returns the enum constant of this class with the specified name.static DynamicCompositeAgent.Status[]
DynamicCompositeAgent.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.