Uses of Class
org.apache.solr.client.solrj.cloud.autoscaling.NotEmptyException
-
Packages that use NotEmptyException Package Description org.apache.solr.client.solrj.cloud Common classes for SolrCloud.org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of NotEmptyException in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud that throw NotEmptyException Modifier and Type Method Description voidDistribStateManager. removeData(String path, int version)default voidDistribStateManager. removeRecursively(String root, boolean ignoreMissing, boolean includeRoot)Remove data recursively. -
Uses of NotEmptyException in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling that throw NotEmptyException Modifier and Type Method Description voidDelegatingDistribStateManager. removeData(String path, int version) -
Uses of NotEmptyException in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that throw NotEmptyException Modifier and Type Method Description voidZkDistribStateManager. removeData(String path, int version)
-