Uses of Interface
org.apache.solr.cluster.api.Resource
-
Packages that use Resource Package Description org.apache.solr.cluster.api API interfaces for core SolrCloud classesorg.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexed
andresult documents
. -
-
Uses of Resource in org.apache.solr.cluster.api
Methods in org.apache.solr.cluster.api that return types with arguments of type Resource Modifier and Type Method Description SimpleMap<Resource>
CollectionConfig. resources()
-
Uses of Resource in org.apache.solr.common
Methods in org.apache.solr.common that return Resource Modifier and Type Method Description Resource
SimpleZkMap. get(String key)
Method parameters in org.apache.solr.common with type arguments of type Resource Modifier and Type Method Description void
SimpleZkMap. abortableForEach(BiFunction<String,? super Resource,Boolean> fun)
void
SimpleZkMap. forEachEntry(BiConsumer<String,? super Resource> fun)
-