Uses of Class
org.elasticsearch.client.Node.Roles
-
Packages that use Node.Roles Package Description org.elasticsearch.client -
-
Uses of Node.Roles in org.elasticsearch.client
Methods in org.elasticsearch.client that return Node.Roles Modifier and Type Method Description Node.RolesNode. getRoles()Roles that the Elasticsearch process on the host has ornullif we don't know what roles the node has.Constructors in org.elasticsearch.client with parameters of type Node.Roles Constructor Description Node(HttpHost host, Set<HttpHost> boundHosts, String name, String version, Node.Roles roles, Map<String,List<String>> attributes)Create a Node with metadata.
-