Class Cluster

java.lang.Object
com.yahoo.search.schema.Cluster

public class Cluster extends Object
Information about the search aspects of a content cluster.
Author:
bratseth
  • Method Details

    • name

      public String name()
    • isStreaming

      public boolean isStreaming()
      Returns true if this cluster uses streaming search.
    • schemas

      public Set<String> schemas()
      Returns the names of the subset of all schemas that are present in this cluster.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object