Class ClusterState.CollectionRef

java.lang.Object
org.apache.solr.common.cloud.ClusterState.CollectionRef
Enclosing class:
ClusterState

public static class ClusterState.CollectionRef extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getCount

      public int getCount()
    • get

      public DocCollection get()
      Return the DocCollection, always re-fetching if lazy. Equivalent to get(false)
      Returns:
      The collection state modeled in zookeeper
    • get

      public DocCollection get(boolean allowCached)
      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

      public String toString()
      Overrides:
      toString in class Object