Uses of Class
org.jctools.queues.spec.Ordering
-
Packages that use Ordering Package Description org.jctools.queues.spec -
-
Uses of Ordering in org.jctools.queues.spec
Fields in org.jctools.queues.spec declared as Ordering Modifier and Type Field Description Ordering
ConcurrentQueueSpec. ordering
Deprecated.Methods in org.jctools.queues.spec that return Ordering Modifier and Type Method Description static Ordering
Ordering. valueOf(String name)
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 Ordering Constructor Description ConcurrentQueueSpec(int producers, int consumers, int capacity, Ordering ordering, Preference preference)
Deprecated.
-