Uses of Class
org.elasticsearch.cluster.routing.Preference
-
Packages that use Preference Package Description org.elasticsearch.cluster.routing -
-
Uses of Preference in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return Preference Modifier and Type Method Description static PreferencePreference. parse(String preference)Parses the Preference Type given a stringstatic PreferencePreference. valueOf(String name)Returns the enum constant of this type with the specified name.static Preference[]Preference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-