Uses of Enum
org.jctools.queues.spec.Ordering
Packages that use Ordering
-
Uses of Ordering in org.jctools.queues.spec
Fields in org.jctools.queues.spec declared as OrderingMethods in org.jctools.queues.spec that return OrderingModifier and TypeMethodDescriptionstatic Ordering
Deprecated.Returns the enum constant of this type with the specified name.static Ordering[]
Ordering.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jctools.queues.spec with parameters of type OrderingModifierConstructorDescriptionConcurrentQueueSpec
(int producers, int consumers, int capacity, Ordering ordering, Preference preference) Deprecated.