Uses of Class
org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType
-
Packages that use DiscoveryNodeFilters.OpType Package Description org.elasticsearch.cluster.node -
-
Uses of DiscoveryNodeFilters.OpType in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node that return DiscoveryNodeFilters.OpType Modifier and Type Method Description static DiscoveryNodeFilters.OpTypeDiscoveryNodeFilters.OpType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryNodeFilters.OpType[]DiscoveryNodeFilters.OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.cluster.node with parameters of type DiscoveryNodeFilters.OpType Modifier and Type Method Description static DiscoveryNodeFiltersDiscoveryNodeFilters. buildFromKeyValue(DiscoveryNodeFilters.OpType opType, Map<String,String> filters)
-