Enum Class PushMonitorType

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

public enum PushMonitorType extends Enum<PushMonitorType>
This enum controls the behavior of how PushMonitorDelegator chooses proper PushMonitor for resources.
  • Enum Constant Details

    • WRITE_COMPUTE_STORE

      public static final PushMonitorType WRITE_COMPUTE_STORE
    • HYBRID_STORE

      public static final PushMonitorType HYBRID_STORE
    • PARTITION_STATUS_BASED

      public static final PushMonitorType PARTITION_STATUS_BASED
    • CV_PUSH_MONITOR_FOR_LF_STORE

      public static final PushMonitorType CV_PUSH_MONITOR_FOR_LF_STORE
  • Method Details

    • values

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