Enum SnapshotDeletionsInProgress.State

java.lang.Object
java.lang.Enum<SnapshotDeletionsInProgress.State>
org.opensearch.cluster.SnapshotDeletionsInProgress.State
All Implemented Interfaces:
Serializable, Comparable<SnapshotDeletionsInProgress.State>, org.opensearch.core.common.io.stream.Writeable
Enclosing class:
SnapshotDeletionsInProgress

public static enum SnapshotDeletionsInProgress.State extends Enum<SnapshotDeletionsInProgress.State> implements org.opensearch.core.common.io.stream.Writeable
State of the deletions.
Opensearch.internal:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable

    org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Delete is physically executing on the repository.
    Delete is waiting to execute because there are snapshots and or a delete operation that has to complete before this delete may run.
  • Method Summary

    Modifier and Type
    Method
    Description
    readFrom(org.opensearch.core.common.io.stream.StreamInput in)
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.
    void
    writeTo(org.opensearch.core.common.io.stream.StreamOutput out)
     

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

  • Method Details

    • values

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

      public static SnapshotDeletionsInProgress.State valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • readFrom

      public static SnapshotDeletionsInProgress.State readFrom(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
    • writeTo

      public void writeTo(org.opensearch.core.common.io.stream.StreamOutput out) throws IOException
      Specified by:
      writeTo in interface org.opensearch.core.common.io.stream.Writeable
      Throws:
      IOException