Enum Class QueryAction

java.lang.Object
java.lang.Enum<QueryAction>
com.linkedin.venice.meta.QueryAction
All Implemented Interfaces:
Serializable, Comparable<QueryAction>, Constable

public enum QueryAction extends Enum<QueryAction>
  • Enum Constant Details

    • STORAGE

      public static final QueryAction STORAGE
    • HEALTH

      public static final QueryAction HEALTH
    • COMPUTE

      public static final QueryAction COMPUTE
    • DICTIONARY

      public static final QueryAction DICTIONARY
    • ADMIN

      public static final QueryAction ADMIN
    • METADATA

      public static final QueryAction METADATA
    • STORE_PROPERTIES

      public static final QueryAction STORE_PROPERTIES
    • CURRENT_VERSION

      public static final QueryAction CURRENT_VERSION
    • TOPIC_PARTITION_INGESTION_CONTEXT

      public static final QueryAction TOPIC_PARTITION_INGESTION_CONTEXT
    • HOST_HEARTBEAT_LAG

      public static final QueryAction HOST_HEARTBEAT_LAG
  • Method Details

    • values

      public static QueryAction[] 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 QueryAction 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