Enum Class ExportNotification.State

java.lang.Object
java.lang.Enum<ExportNotification.State>
io.deephaven.proto.backplane.grpc.ExportNotification.State
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ExportNotification.State>, java.lang.constant.Constable
Enclosing class:
ExportNotification

public static enum ExportNotification.State extends Enum<ExportNotification.State> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum io.deephaven.proto.backplane.grpc.ExportNotification.State
  • Enum Constant Details

    • UNKNOWN

      public static final ExportNotification.State UNKNOWN
       This item is a dependency, but hasn't been registered yet.
       
      UNKNOWN = 0;
    • PENDING

      public static final ExportNotification.State PENDING
       This item has pending dependencies.
       
      PENDING = 1;
    • PUBLISHING

      public static final ExportNotification.State PUBLISHING
       This item is a client-supplied dependency with no guarantee on timing to EXPORT state.
       
      PUBLISHING = 2;
    • QUEUED

      public static final ExportNotification.State QUEUED
       This item is eligible for resolution and has been submitted to the executor.
       
      QUEUED = 3;
    • RUNNING

      public static final ExportNotification.State RUNNING
       This item is now executing.
       
      RUNNING = 4;
    • EXPORTED

      public static final ExportNotification.State EXPORTED
       This item was successfully exported and is currently being retained.
       
      EXPORTED = 5;
    • RELEASED

      public static final ExportNotification.State RELEASED
       This item was successfully released.
       
      RELEASED = 6;
    • CANCELLED

      public static final ExportNotification.State CANCELLED
        CANCELLED: The user cancelled the item before it exported.
       
      CANCELLED = 7;
    • FAILED

      public static final ExportNotification.State FAILED
       This item had a specific error.
       
      FAILED = 8;
    • DEPENDENCY_FAILED

      public static final ExportNotification.State DEPENDENCY_FAILED
       One of this item's dependencies had an internal error before it exported.
       
      DEPENDENCY_FAILED = 9;
    • DEPENDENCY_NEVER_FOUND

      public static final ExportNotification.State DEPENDENCY_NEVER_FOUND
       One of this item's dependencies was already released or never submitted within the out-of-order window.
       
      DEPENDENCY_NEVER_FOUND = 10;
    • DEPENDENCY_CANCELLED

      public static final ExportNotification.State DEPENDENCY_CANCELLED
       Dependency was cancelled, causing a cascading cancel that applies to this export.
       
      DEPENDENCY_CANCELLED = 11;
    • DEPENDENCY_RELEASED

      public static final ExportNotification.State DEPENDENCY_RELEASED
       Dependency was already released, causing a cascading failure that applies to this export.
       
      DEPENDENCY_RELEASED = 12;
    • UNRECOGNIZED

      public static final ExportNotification.State UNRECOGNIZED
  • Field Details

    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       This item is a dependency, but hasn't been registered yet.
       
      UNKNOWN = 0;
      See Also:
    • PENDING_VALUE

      public static final int PENDING_VALUE
       This item has pending dependencies.
       
      PENDING = 1;
      See Also:
    • PUBLISHING_VALUE

      public static final int PUBLISHING_VALUE
       This item is a client-supplied dependency with no guarantee on timing to EXPORT state.
       
      PUBLISHING = 2;
      See Also:
    • QUEUED_VALUE

      public static final int QUEUED_VALUE
       This item is eligible for resolution and has been submitted to the executor.
       
      QUEUED = 3;
      See Also:
    • RUNNING_VALUE

      public static final int RUNNING_VALUE
       This item is now executing.
       
      RUNNING = 4;
      See Also:
    • EXPORTED_VALUE

      public static final int EXPORTED_VALUE
       This item was successfully exported and is currently being retained.
       
      EXPORTED = 5;
      See Also:
    • RELEASED_VALUE

      public static final int RELEASED_VALUE
       This item was successfully released.
       
      RELEASED = 6;
      See Also:
    • CANCELLED_VALUE

      public static final int CANCELLED_VALUE
        CANCELLED: The user cancelled the item before it exported.
       
      CANCELLED = 7;
      See Also:
    • FAILED_VALUE

      public static final int FAILED_VALUE
       This item had a specific error.
       
      FAILED = 8;
      See Also:
    • DEPENDENCY_FAILED_VALUE

      public static final int DEPENDENCY_FAILED_VALUE
       One of this item's dependencies had an internal error before it exported.
       
      DEPENDENCY_FAILED = 9;
      See Also:
    • DEPENDENCY_NEVER_FOUND_VALUE

      public static final int DEPENDENCY_NEVER_FOUND_VALUE
       One of this item's dependencies was already released or never submitted within the out-of-order window.
       
      DEPENDENCY_NEVER_FOUND = 10;
      See Also:
    • DEPENDENCY_CANCELLED_VALUE

      public static final int DEPENDENCY_CANCELLED_VALUE
       Dependency was cancelled, causing a cascading cancel that applies to this export.
       
      DEPENDENCY_CANCELLED = 11;
      See Also:
    • DEPENDENCY_RELEASED_VALUE

      public static final int DEPENDENCY_RELEASED_VALUE
       Dependency was already released, causing a cascading failure that applies to this export.
       
      DEPENDENCY_RELEASED = 12;
      See Also:
  • Method Details

    • values

      public static ExportNotification.State[] 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 ExportNotification.State 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
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static ExportNotification.State valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static ExportNotification.State forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<ExportNotification.State> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static ExportNotification.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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:
      desc - 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