Uses of Interface
org.elasticsearch.client.NodeSelector
-
Packages that use NodeSelector Package Description org.elasticsearch.client -
-
Uses of NodeSelector in org.elasticsearch.client
Fields in org.elasticsearch.client declared as NodeSelector Modifier and Type Field Description static NodeSelectorNodeSelector. ANYSelector that matches any node.static NodeSelectorNodeSelector. SKIP_DEDICATED_MASTERSSelector that matches any node that has metadata and doesn't have themasterrole OR it has the datadatarole.Methods in org.elasticsearch.client with parameters of type NodeSelector Modifier and Type Method Description RestClientBuilderRestClientBuilder. setNodeSelector(NodeSelector nodeSelector)Sets theNodeSelectorto be used for all requests.
-