Package io.deephaven.proto.controller
Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPQS_ACQUIRING_WORKER = 4;
PQS_AUTHENTICATING = 3;
PQS_COMPLETED = 12;
PQS_CONNECTING = 2;
PQS_DISCONNECTED = 9;
PQS_ERROR = 8;
PQS_EXECUTING = 13;
PQS_FAILED = 7;
PQS_INITIALIZING = 5;
PQS_RUNNING = 6;
PQS_STOPPED = 11;
PQS_STOPPING = 10;
PQS_UNINITIALIZED = 1;
PQS_UNSPECIFIED = 0;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
PQS_ACQUIRING_WORKER = 4;
static final int
PQS_AUTHENTICATING = 3;
static final int
PQS_COMPLETED = 12;
static final int
PQS_CONNECTING = 2;
static final int
PQS_DISCONNECTED = 9;
static final int
PQS_ERROR = 8;
static final int
PQS_EXECUTING = 13;
static final int
PQS_FAILED = 7;
static final int
PQS_INITIALIZING = 5;
static final int
PQS_RUNNING = 6;
static final int
PQS_STOPPED = 11;
static final int
PQS_STOPPING = 10;
static final int
PQS_UNINITIALIZED = 1;
static final int
PQS_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic PersistentQueryStatusEnum
forNumber
(int value) static final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor
final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor
final int
final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumValueDescriptor
static io.deephaven.shadow.core.com.google.protobuf.Internal.EnumLiteMap<PersistentQueryStatusEnum>
static PersistentQueryStatusEnum
valueOf
(int value) Deprecated.static PersistentQueryStatusEnum
valueOf
(io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PersistentQueryStatusEnum
Returns the enum constant of this class with the specified name.static PersistentQueryStatusEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PQS_UNSPECIFIED
PQS_UNSPECIFIED = 0;
-
PQS_UNINITIALIZED
PQS_UNINITIALIZED = 1;
-
PQS_CONNECTING
PQS_CONNECTING = 2;
-
PQS_AUTHENTICATING
PQS_AUTHENTICATING = 3;
-
PQS_ACQUIRING_WORKER
PQS_ACQUIRING_WORKER = 4;
-
PQS_INITIALIZING
PQS_INITIALIZING = 5;
-
PQS_RUNNING
PQS_RUNNING = 6;
-
PQS_FAILED
PQS_FAILED = 7;
-
PQS_ERROR
PQS_ERROR = 8;
-
PQS_DISCONNECTED
PQS_DISCONNECTED = 9;
-
PQS_STOPPING
PQS_STOPPING = 10;
-
PQS_STOPPED
PQS_STOPPED = 11;
-
PQS_COMPLETED
PQS_COMPLETED = 12;
-
PQS_EXECUTING
PQS_EXECUTING = 13;
-
UNRECOGNIZED
-
-
Field Details
-
PQS_UNSPECIFIED_VALUE
public static final int PQS_UNSPECIFIED_VALUEPQS_UNSPECIFIED = 0;
- See Also:
-
PQS_UNINITIALIZED_VALUE
public static final int PQS_UNINITIALIZED_VALUEPQS_UNINITIALIZED = 1;
- See Also:
-
PQS_CONNECTING_VALUE
public static final int PQS_CONNECTING_VALUEPQS_CONNECTING = 2;
- See Also:
-
PQS_AUTHENTICATING_VALUE
public static final int PQS_AUTHENTICATING_VALUEPQS_AUTHENTICATING = 3;
- See Also:
-
PQS_ACQUIRING_WORKER_VALUE
public static final int PQS_ACQUIRING_WORKER_VALUEPQS_ACQUIRING_WORKER = 4;
- See Also:
-
PQS_INITIALIZING_VALUE
public static final int PQS_INITIALIZING_VALUEPQS_INITIALIZING = 5;
- See Also:
-
PQS_RUNNING_VALUE
public static final int PQS_RUNNING_VALUEPQS_RUNNING = 6;
- See Also:
-
PQS_FAILED_VALUE
public static final int PQS_FAILED_VALUEPQS_FAILED = 7;
- See Also:
-
PQS_ERROR_VALUE
public static final int PQS_ERROR_VALUEPQS_ERROR = 8;
- See Also:
-
PQS_DISCONNECTED_VALUE
public static final int PQS_DISCONNECTED_VALUEPQS_DISCONNECTED = 9;
- See Also:
-
PQS_STOPPING_VALUE
public static final int PQS_STOPPING_VALUEPQS_STOPPING = 10;
- See Also:
-
PQS_STOPPED_VALUE
public static final int PQS_STOPPED_VALUEPQS_STOPPED = 11;
- See Also:
-
PQS_COMPLETED_VALUE
public static final int PQS_COMPLETED_VALUEPQS_COMPLETED = 12;
- See Also:
-
PQS_EXECUTING_VALUE
public static final int PQS_EXECUTING_VALUEPQS_EXECUTING = 13;
- See Also:
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfaceio.deephaven.shadow.core.com.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfaceio.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException
- if the argument is null
-
forNumber
- 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 interfaceio.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfaceio.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 nameNullPointerException
- if the argument is null
-