Uses of Enum Class
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 class with the specified name.static Ordering[]
Ordering.values()
Deprecated.Returns an array containing the constants of this enum class, 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.