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
Subclasses with type arguments of type DynamicCompositeAgent.Status in org.agrona.concurrentModifier and TypeClassDescriptionstatic enumEnumto indicate the current status of aDynamicCompositeAgent.Fields in org.agrona.concurrent declared as DynamicCompositeAgent.StatusModifier and TypeFieldDescriptionprivate DynamicCompositeAgent.StatusDynamicCompositeAgent.statusMethods in org.agrona.concurrent that return DynamicCompositeAgent.StatusModifier and TypeMethodDescriptionDynamicCompositeAgent.status()Get theDynamicCompositeAgent.Statusfor the Agent.static DynamicCompositeAgent.StatusReturns 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.