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.SolrApiNodeStatusNodeReport. getDbNodeStatus()Methods in org.alfresco.solr with parameters of type Node.SolrApiNodeStatus Modifier and Type Method Description voidNodeReport. 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.SolrApiNodeStatusNode. getStatus()static Node.SolrApiNodeStatusNode.SolrApiNodeStatus. valueOf(java.lang.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 voidNode. setStatus(Node.SolrApiNodeStatus status)
-