Uses of Class
org.alfresco.solr.client.Node.SolrApiNodeStatus
-
Packages that use Node.SolrApiNodeStatus Package Description org.alfresco.solr org.alfresco.solr.client -
-
Uses of Node.SolrApiNodeStatus in org.alfresco.solr
Methods in org.alfresco.solr that return Node.SolrApiNodeStatus Modifier and Type Method Description Node.SolrApiNodeStatus
NodeReport. getDbNodeStatus()
Methods in org.alfresco.solr with parameters of type Node.SolrApiNodeStatus Modifier and Type Method Description void
NodeReport. setDbNodeStatus(Node.SolrApiNodeStatus dbNodeStatus)
-
Uses of Node.SolrApiNodeStatus in org.alfresco.solr.client
Methods in org.alfresco.solr.client that return Node.SolrApiNodeStatus Modifier and Type Method Description Node.SolrApiNodeStatus
Node. getStatus()
static Node.SolrApiNodeStatus
Node.SolrApiNodeStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Node.SolrApiNodeStatus[]
Node.SolrApiNodeStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.solr.client with parameters of type Node.SolrApiNodeStatus Modifier and Type Method Description void
Node. setStatus(Node.SolrApiNodeStatus status)
-