Uses of Class
org.apache.solr.core.NodeRoles.Role
-
Packages that use NodeRoles.Role Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandler -
-
Uses of NodeRoles.Role in org.apache.solr.core
Methods in org.apache.solr.core that return NodeRoles.Role Modifier and Type Method Description static NodeRoles.RoleNodeRoles.Role. getRole(String value)static NodeRoles.RoleNodeRoles.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeRoles.Role[]NodeRoles.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.core that return types with arguments of type NodeRoles.Role Modifier and Type Method Description Map<NodeRoles.Role,String>NodeRoles. getRoles()Methods in org.apache.solr.core with parameters of type NodeRoles.Role Modifier and Type Method Description StringNodeRoles. getRoleMode(NodeRoles.Role role)static StringNodeRoles. getZNodeForRole(NodeRoles.Role role)static StringNodeRoles. getZNodeForRoleMode(NodeRoles.Role role, String mode) -
Uses of NodeRoles.Role in org.apache.solr.handler
Methods in org.apache.solr.handler with parameters of type NodeRoles.Role Modifier and Type Method Description static List<String>ClusterAPI. getNodesByRole(NodeRoles.Role role, String mode, org.apache.solr.client.solrj.cloud.DistribStateManager zk)
-