Uses of Enum
org.jctools.queues.spec.Preference
Packages that use Preference
-
Uses of Preference in org.jctools.queues.spec
Subclasses with type arguments of type Preference in org.jctools.queues.specFields in org.jctools.queues.spec declared as PreferenceMethods in org.jctools.queues.spec that return PreferenceModifier and TypeMethodDescriptionstatic PreferenceDeprecated.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 PreferenceModifierConstructorDescriptionConcurrentQueueSpec(int producers, int consumers, int capacity, Ordering ordering, Preference preference) Deprecated.