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 Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of SimpleMap in org.apache.solr.client.solrj.impl
Classes 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.api
Methods in org.apache.solr.cluster.api that return SimpleMap Modifier and Type Method Description SimpleMap<SolrCollection>SolrCluster. collections()collections in the clusterSimpleMap<SolrCollection>SolrCluster. collections(boolean includeAlias)collections in the cluster and aliasesSimpleMap<CollectionConfig>SolrCluster. configs()Config sets in the clusterSimpleMap<ShardReplica>SolrNode. cores()Get all the cores in a given node.SimpleMap<SolrNode>SolrCluster. nodes()nodes in the clusterSimpleMap<ShardReplica>Shard. replicas()replicas of the shardSimpleMap<Resource>CollectionConfig. resources()SimpleMap<Shard>SolrCollection. shards()shards of a collection -
Uses of SimpleMap in org.apache.solr.common
Classes in org.apache.solr.common that implement SimpleMap Modifier and Type Class Description classSimpleZkMapA view of ZK as aSimpleMapimpl.Fields in org.apache.solr.common declared as SimpleMap Modifier and Type Field Description static SimpleMap<String>ConfigNode. empty_attrsMethods in org.apache.solr.common that return SimpleMap Modifier and Type Method Description SimpleMap<String>ConfigNode. attributes()AttributesSimpleMap<SolrCollection>LazySolrCluster. collections()SimpleMap<SolrCollection>LazySolrCluster. collections(boolean includeAlias)SimpleMap<CollectionConfig>LazySolrCluster. configs()SimpleMap<SolrNode>LazySolrCluster. nodes() -
Uses of SimpleMap in org.apache.solr.common.cloud
Fields in org.apache.solr.common.cloud declared as SimpleMap Modifier and Type Field Description SimpleMap<PerReplicaStates.State>PerReplicaStates. states -
Uses of SimpleMap in org.apache.solr.common.util
Classes 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>
-