Uses of Class
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.Variable
-
Packages that use SolrClientNodeStateProvider.Variable Package Description org.apache.solr.client.solrj.impl -
-
Uses of SolrClientNodeStateProvider.Variable in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return SolrClientNodeStateProvider.Variable Modifier and Type Method Description static SolrClientNodeStateProvider.Variable
SolrClientNodeStateProvider.Variable. valueOf(String name)
Returns the enum constant of this type with the specified name.static SolrClientNodeStateProvider.Variable[]
SolrClientNodeStateProvider.Variable. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-