Uses of Class
org.apache.solr.common.cloud.ClusterState.CollectionRef
Packages that use ClusterState.CollectionRef
Package
Description
Implementations of some client API classes, and their friends.
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
-
Uses of ClusterState.CollectionRef in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return ClusterState.CollectionRefModifier and TypeMethodDescriptionObtain the state of the collection (cluster status). -
Uses of ClusterState.CollectionRef in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud that return ClusterState.CollectionRefConstructor parameters in org.apache.solr.common.cloud with type arguments of type ClusterState.CollectionRefModifierConstructorDescriptionClusterState(Map<String, ClusterState.CollectionRef> collectionStates, Set<String> liveNodes) Use this if all the collection states are not readily available and some needs to be lazily loaded (parameter order different from constructor above to have different erasures)