Enum Class PersistentQueryStatusEnum

java.lang.Object
java.lang.Enum<PersistentQueryStatusEnum>
io.deephaven.proto.controller.PersistentQueryStatusEnum
All Implemented Interfaces:
io.deephaven.shadow.core.com.google.protobuf.Internal.EnumLite, io.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<PersistentQueryStatusEnum>, java.lang.constant.Constable

public enum PersistentQueryStatusEnum extends Enum<PersistentQueryStatusEnum> implements io.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
Protobuf enum io.deephaven.proto.controller.PersistentQueryStatusEnum
  • Enum Constant Details

  • Field Details

    • PQS_UNSPECIFIED_VALUE

      public static final int PQS_UNSPECIFIED_VALUE
      PQS_UNSPECIFIED = 0;
      See Also:
    • PQS_UNINITIALIZED_VALUE

      public static final int PQS_UNINITIALIZED_VALUE
      PQS_UNINITIALIZED = 1;
      See Also:
    • PQS_CONNECTING_VALUE

      public static final int PQS_CONNECTING_VALUE
      PQS_CONNECTING = 2;
      See Also:
    • PQS_AUTHENTICATING_VALUE

      public static final int PQS_AUTHENTICATING_VALUE
      PQS_AUTHENTICATING = 3;
      See Also:
    • PQS_ACQUIRING_WORKER_VALUE

      public static final int PQS_ACQUIRING_WORKER_VALUE
      PQS_ACQUIRING_WORKER = 4;
      See Also:
    • PQS_INITIALIZING_VALUE

      public static final int PQS_INITIALIZING_VALUE
      PQS_INITIALIZING = 5;
      See Also:
    • PQS_RUNNING_VALUE

      public static final int PQS_RUNNING_VALUE
      PQS_RUNNING = 6;
      See Also:
    • PQS_FAILED_VALUE

      public static final int PQS_FAILED_VALUE
      PQS_FAILED = 7;
      See Also:
    • PQS_ERROR_VALUE

      public static final int PQS_ERROR_VALUE
      PQS_ERROR = 8;
      See Also:
    • PQS_DISCONNECTED_VALUE

      public static final int PQS_DISCONNECTED_VALUE
      PQS_DISCONNECTED = 9;
      See Also:
    • PQS_STOPPING_VALUE

      public static final int PQS_STOPPING_VALUE
      PQS_STOPPING = 10;
      See Also:
    • PQS_STOPPED_VALUE

      public static final int PQS_STOPPED_VALUE
      PQS_STOPPED = 11;
      See Also:
    • PQS_COMPLETED_VALUE

      public static final int PQS_COMPLETED_VALUE
      PQS_COMPLETED = 12;
      See Also:
    • PQS_EXECUTING_VALUE

      public static final int PQS_EXECUTING_VALUE
      PQS_EXECUTING = 13;
      See Also:
  • Method Details

    • values

      public static PersistentQueryStatusEnum[] 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 PersistentQueryStatusEnum 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 io.deephaven.shadow.core.com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface io.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static PersistentQueryStatusEnum 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 PersistentQueryStatusEnum 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 io.deephaven.shadow.core.com.google.protobuf.Internal.EnumLiteMap<PersistentQueryStatusEnum> internalGetValueMap()
    • getValueDescriptor

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

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

      public static final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static PersistentQueryStatusEnum valueOf(io.deephaven.shadow.core.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