Package org.apache.solr.common.cloud
Class ClusterState.CollectionRef
java.lang.Object
org.apache.solr.common.cloud.ClusterState.CollectionRef
- Enclosing class:
ClusterState
-
Field Details
-
gets
-
-
Constructor Details
-
CollectionRef
-
-
Method Details
-
getCount
public int getCount() -
get
Return the DocCollection, always re-fetching if lazy. Equivalent to get(false)- Returns:
- The collection state modeled in zookeeper
-
get
Return the DocCollection- Parameters:
allowCached- Determines if cached value can be used. Applies only to LazyCollectionRef.- Returns:
- The collection state modeled in zookeeper
-
isLazilyLoaded
public boolean isLazilyLoaded() -
toString
-