Enum Class StoreStatus

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

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

    • FULLLY_REPLICATED

      public static final StoreStatus FULLLY_REPLICATED
    • UNDER_REPLICATED

      public static final StoreStatus UNDER_REPLICATED
    • DEGRADED

      public static final StoreStatus DEGRADED
    • UNAVAILABLE

      public static final StoreStatus UNAVAILABLE
  • Method Details

    • values

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