Uses of Interface
org.apache.solr.cluster.api.SimpleMap
- 
Packages that use SimpleMap Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.cluster.api API interfaces for core SolrCloud classesorg.apache.solr.common.util Common utility classes reused on both clients & server.
- 
- 
Uses of SimpleMap in org.apache.solr.client.solrj.implClasses in org.apache.solr.client.solrj.impl that implement SimpleMap Modifier and Type Class Description static classCloudSolrClient.RouteResponse<T extends LBSolrClient.Req>
- 
Uses of SimpleMap in org.apache.solr.cluster.apiMethods in org.apache.solr.cluster.api that return SimpleMap Modifier and Type Method Description SimpleMap<SolrCollection>SolrCluster. collections()Deprecated.collections in the clusterSimpleMap<SolrCollection>SolrCluster. collections(boolean includeAlias)Deprecated.collections in the cluster and aliasesSimpleMap<CollectionConfig>SolrCluster. configs()Deprecated.Config sets in the clusterSimpleMap<ShardReplica>SolrNode. cores()Deprecated.Get all the cores in a given node.SimpleMap<SolrNode>SolrCluster. nodes()Deprecated.nodes in the clusterSimpleMap<ShardReplica>Shard. replicas()Deprecated.replicas of the shardSimpleMap<Resource>CollectionConfig. resources()Deprecated.SimpleMap<Shard>SolrCollection. shards()Deprecated.shards of a collection
- 
Uses of SimpleMap in org.apache.solr.common.utilClasses in org.apache.solr.common.util that implement SimpleMap Modifier and Type Class Description classNamedList<T>A simple container class for modeling an ordered list of name/value pairs.classSimpleOrderedMap<T>SimpleOrderedMapis aNamedListwhere access by key is more important than maintaining order when it comes to representing the held data in other forms, as ResponseWriters normally do.classWrappedSimpleMap<T>Deprecated.
 
-