Uses of Class
org.elasticsearch.cluster.node.DiscoveryNodeRole
-
Packages that use DiscoveryNodeRole Package Description org.elasticsearch.cluster.node org.elasticsearch.plugins -
-
Uses of DiscoveryNodeRole in org.elasticsearch.cluster.node
Fields in org.elasticsearch.cluster.node declared as DiscoveryNodeRole Modifier and Type Field Description static DiscoveryNodeRoleDiscoveryNodeRole. DATA_ROLERepresents the role for a data node.static DiscoveryNodeRoleDiscoveryNodeRole. INGEST_ROLERepresents the role for an ingest node.static DiscoveryNodeRoleDiscoveryNodeRole. MASTER_ROLERepresents the role for a master-eligible node.Fields in org.elasticsearch.cluster.node with type parameters of type DiscoveryNodeRole Modifier and Type Field Description static Set<DiscoveryNodeRole>DiscoveryNodeRole. BUILT_IN_ROLESThe built-in node roles.Methods in org.elasticsearch.cluster.node that return types with arguments of type DiscoveryNodeRole Modifier and Type Method Description Set<DiscoveryNodeRole>DiscoveryNode. getRoles()Returns a set of all the roles that the node fulfills.static Set<DiscoveryNodeRole>DiscoveryNode. getRolesFromSettings(Settings settings)extract node roles from the given settingsMethod parameters in org.elasticsearch.cluster.node with type arguments of type DiscoveryNodeRole Modifier and Type Method Description static voidDiscoveryNode. setPossibleRoles(Set<DiscoveryNodeRole> possibleRoles)Constructor parameters in org.elasticsearch.cluster.node with type arguments of type DiscoveryNodeRole Constructor Description DiscoveryNode(String nodeName, String nodeId, String ephemeralId, String hostName, String hostAddress, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNode.DiscoveryNode(String nodeName, String nodeId, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNodeDiscoveryNode(String id, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNode -
Uses of DiscoveryNodeRole in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type DiscoveryNodeRole Modifier and Type Method Description Set<DiscoveryNodeRole>Plugin. getRoles()
-