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