Enum Class QueryTool.FacetCountingMode

java.lang.Object
java.lang.Enum<QueryTool.FacetCountingMode>
com.linkedin.venice.client.store.QueryTool.FacetCountingMode
All Implemented Interfaces:
Serializable, Comparable<QueryTool.FacetCountingMode>, Constable
Enclosing class:
QueryTool

public static enum QueryTool.FacetCountingMode extends Enum<QueryTool.FacetCountingMode>
Enum for facet counting modes
  • Enum Constant Details

  • Method Details

    • values

      public static QueryTool.FacetCountingMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static QueryTool.FacetCountingMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • fromString

      public static QueryTool.FacetCountingMode fromString(String text)