public static enum RemoteCall.QueueRecoverInfo.QueueCreationStatus extends Enum<RemoteCall.QueueRecoverInfo.QueueCreationStatus> implements com.google.protobuf.ProtocolMessageEnum
ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus| Enum Constant and Description |
|---|
DataLost
DataLost = 3; |
FreshStarted
FreshStarted = 0; |
PullOk
PullOk = 1; |
Timeout
Timeout = 2; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DataLost_VALUE
DataLost = 3; |
static int |
FreshStarted_VALUE
FreshStarted = 0; |
static int |
PullOk_VALUE
PullOk = 1; |
static int |
Timeout_VALUE
Timeout = 2; |
| Modifier and Type | Method and Description |
|---|---|
static RemoteCall.QueueRecoverInfo.QueueCreationStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RemoteCall.QueueRecoverInfo.QueueCreationStatus> |
internalGetValueMap() |
static RemoteCall.QueueRecoverInfo.QueueCreationStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RemoteCall.QueueRecoverInfo.QueueCreationStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RemoteCall.QueueRecoverInfo.QueueCreationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCall.QueueRecoverInfo.QueueCreationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteCall.QueueRecoverInfo.QueueCreationStatus FreshStarted
FreshStarted = 0;public static final RemoteCall.QueueRecoverInfo.QueueCreationStatus PullOk
PullOk = 1;public static final RemoteCall.QueueRecoverInfo.QueueCreationStatus Timeout
Timeout = 2;public static final RemoteCall.QueueRecoverInfo.QueueCreationStatus DataLost
DataLost = 3;public static final RemoteCall.QueueRecoverInfo.QueueCreationStatus UNRECOGNIZED
public static final int FreshStarted_VALUE
FreshStarted = 0;public static final int PullOk_VALUE
PullOk = 1;public static final int Timeout_VALUE
Timeout = 2;public static final int DataLost_VALUE
DataLost = 3;public static RemoteCall.QueueRecoverInfo.QueueCreationStatus[] values()
for (RemoteCall.QueueRecoverInfo.QueueCreationStatus c : RemoteCall.QueueRecoverInfo.QueueCreationStatus.values()) System.out.println(c);
public static RemoteCall.QueueRecoverInfo.QueueCreationStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RemoteCall.QueueRecoverInfo.QueueCreationStatus valueOf(int value)
forNumber(int) instead.public static RemoteCall.QueueRecoverInfo.QueueCreationStatus forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RemoteCall.QueueRecoverInfo.QueueCreationStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RemoteCall.QueueRecoverInfo.QueueCreationStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021. All rights reserved.