Enum Class MirrorStatus

java.lang.Object
java.lang.Enum<MirrorStatus>
io.confluent.kafkarest.entities.MirrorStatus
All Implemented Interfaces:
Serializable, Comparable<MirrorStatus>, Constable

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

    • ACTIVE

      public static final MirrorStatus ACTIVE
    • FAILED

      public static final MirrorStatus FAILED
    • PAUSED

      public static final MirrorStatus PAUSED
    • STOPPED

      public static final MirrorStatus STOPPED
    • PENDING_STOPPED

      public static final MirrorStatus PENDING_STOPPED
    • PENDING_SYNCHRONIZE

      public static final MirrorStatus PENDING_SYNCHRONIZE
    • PENDING_MIRROR

      public static final MirrorStatus PENDING_MIRROR
    • PENDING_REPAIR

      public static final MirrorStatus PENDING_REPAIR
    • PENDING_RESTORE

      public static final MirrorStatus PENDING_RESTORE
    • PENDING_SETUP_FOR_RESTORE

      public static final MirrorStatus PENDING_SETUP_FOR_RESTORE
    • SOURCE_UNAVAILABLE

      public static final MirrorStatus SOURCE_UNAVAILABLE
    • UNKNOWN

      public static final MirrorStatus UNKNOWN
  • Method Details

    • values

      public static MirrorStatus[] 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 MirrorStatus 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
    • fromString

      public static MirrorStatus fromString(String name)
    • getState

      public org.apache.kafka.clients.admin.MirrorTopicDescription.State getState()