Enum GossipOuterClass.MemberInfo.VNodeState
- java.lang.Object
-
- java.lang.Enum<GossipOuterClass.MemberInfo.VNodeState>
-
- com.eventstore.dbclient.proto.gossip.GossipOuterClass.MemberInfo.VNodeState
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<GossipOuterClass.MemberInfo.VNodeState>
- Enclosing class:
- GossipOuterClass.MemberInfo
public static enum GossipOuterClass.MemberInfo.VNodeState extends java.lang.Enum<GossipOuterClass.MemberInfo.VNodeState> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumevent_store.client.gossip.MemberInfo.VNodeState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CatchingUpCatchingUp = 4;CloneClone = 5;DiscoverLeaderDiscoverLeader = 1;FollowerFollower = 6;InitializingInitializing = 0;LeaderLeader = 8;ManagerManager = 9;PreLeaderPreLeader = 7;PreReadOnlyReplicaPreReadOnlyReplica = 13;PreReplicaPreReplica = 3;ReadOnlyLeaderlessReadOnlyLeaderless = 12;ReadOnlyReplicaReadOnlyReplica = 14;ResigningLeaderResigningLeader = 15;ShutdownShutdown = 11;ShuttingDownShuttingDown = 10;UnknownUnknown = 2;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCatchingUp_VALUECatchingUp = 4;static intClone_VALUEClone = 5;static intDiscoverLeader_VALUEDiscoverLeader = 1;static intFollower_VALUEFollower = 6;static intInitializing_VALUEInitializing = 0;static intLeader_VALUELeader = 8;static intManager_VALUEManager = 9;static intPreLeader_VALUEPreLeader = 7;static intPreReadOnlyReplica_VALUEPreReadOnlyReplica = 13;static intPreReplica_VALUEPreReplica = 3;static intReadOnlyLeaderless_VALUEReadOnlyLeaderless = 12;static intReadOnlyReplica_VALUEReadOnlyReplica = 14;static intResigningLeader_VALUEResigningLeader = 15;static intShutdown_VALUEShutdown = 11;static intShuttingDown_VALUEShuttingDown = 10;static intUnknown_VALUEUnknown = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GossipOuterClass.MemberInfo.VNodeStateforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<GossipOuterClass.MemberInfo.VNodeState>internalGetValueMap()static GossipOuterClass.MemberInfo.VNodeStatevalueOf(int value)Deprecated.static GossipOuterClass.MemberInfo.VNodeStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static GossipOuterClass.MemberInfo.VNodeStatevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GossipOuterClass.MemberInfo.VNodeState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Initializing
public static final GossipOuterClass.MemberInfo.VNodeState Initializing
Initializing = 0;
-
DiscoverLeader
public static final GossipOuterClass.MemberInfo.VNodeState DiscoverLeader
DiscoverLeader = 1;
-
Unknown
public static final GossipOuterClass.MemberInfo.VNodeState Unknown
Unknown = 2;
-
PreReplica
public static final GossipOuterClass.MemberInfo.VNodeState PreReplica
PreReplica = 3;
-
CatchingUp
public static final GossipOuterClass.MemberInfo.VNodeState CatchingUp
CatchingUp = 4;
-
Clone
public static final GossipOuterClass.MemberInfo.VNodeState Clone
Clone = 5;
-
Follower
public static final GossipOuterClass.MemberInfo.VNodeState Follower
Follower = 6;
-
PreLeader
public static final GossipOuterClass.MemberInfo.VNodeState PreLeader
PreLeader = 7;
-
Leader
public static final GossipOuterClass.MemberInfo.VNodeState Leader
Leader = 8;
-
Manager
public static final GossipOuterClass.MemberInfo.VNodeState Manager
Manager = 9;
-
ShuttingDown
public static final GossipOuterClass.MemberInfo.VNodeState ShuttingDown
ShuttingDown = 10;
-
Shutdown
public static final GossipOuterClass.MemberInfo.VNodeState Shutdown
Shutdown = 11;
-
ReadOnlyLeaderless
public static final GossipOuterClass.MemberInfo.VNodeState ReadOnlyLeaderless
ReadOnlyLeaderless = 12;
-
PreReadOnlyReplica
public static final GossipOuterClass.MemberInfo.VNodeState PreReadOnlyReplica
PreReadOnlyReplica = 13;
-
ReadOnlyReplica
public static final GossipOuterClass.MemberInfo.VNodeState ReadOnlyReplica
ReadOnlyReplica = 14;
-
ResigningLeader
public static final GossipOuterClass.MemberInfo.VNodeState ResigningLeader
ResigningLeader = 15;
-
UNRECOGNIZED
public static final GossipOuterClass.MemberInfo.VNodeState UNRECOGNIZED
-
-
Field Detail
-
Initializing_VALUE
public static final int Initializing_VALUE
Initializing = 0;- See Also:
- Constant Field Values
-
DiscoverLeader_VALUE
public static final int DiscoverLeader_VALUE
DiscoverLeader = 1;- See Also:
- Constant Field Values
-
Unknown_VALUE
public static final int Unknown_VALUE
Unknown = 2;- See Also:
- Constant Field Values
-
PreReplica_VALUE
public static final int PreReplica_VALUE
PreReplica = 3;- See Also:
- Constant Field Values
-
CatchingUp_VALUE
public static final int CatchingUp_VALUE
CatchingUp = 4;- See Also:
- Constant Field Values
-
Clone_VALUE
public static final int Clone_VALUE
Clone = 5;- See Also:
- Constant Field Values
-
Follower_VALUE
public static final int Follower_VALUE
Follower = 6;- See Also:
- Constant Field Values
-
PreLeader_VALUE
public static final int PreLeader_VALUE
PreLeader = 7;- See Also:
- Constant Field Values
-
Leader_VALUE
public static final int Leader_VALUE
Leader = 8;- See Also:
- Constant Field Values
-
Manager_VALUE
public static final int Manager_VALUE
Manager = 9;- See Also:
- Constant Field Values
-
ShuttingDown_VALUE
public static final int ShuttingDown_VALUE
ShuttingDown = 10;- See Also:
- Constant Field Values
-
Shutdown_VALUE
public static final int Shutdown_VALUE
Shutdown = 11;- See Also:
- Constant Field Values
-
ReadOnlyLeaderless_VALUE
public static final int ReadOnlyLeaderless_VALUE
ReadOnlyLeaderless = 12;- See Also:
- Constant Field Values
-
PreReadOnlyReplica_VALUE
public static final int PreReadOnlyReplica_VALUE
PreReadOnlyReplica = 13;- See Also:
- Constant Field Values
-
ReadOnlyReplica_VALUE
public static final int ReadOnlyReplica_VALUE
ReadOnlyReplica = 14;- See Also:
- Constant Field Values
-
ResigningLeader_VALUE
public static final int ResigningLeader_VALUE
ResigningLeader = 15;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GossipOuterClass.MemberInfo.VNodeState[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GossipOuterClass.MemberInfo.VNodeState c : GossipOuterClass.MemberInfo.VNodeState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GossipOuterClass.MemberInfo.VNodeState valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static GossipOuterClass.MemberInfo.VNodeState valueOf(int value)
Deprecated.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:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static GossipOuterClass.MemberInfo.VNodeState 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<GossipOuterClass.MemberInfo.VNodeState> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static GossipOuterClass.MemberInfo.VNodeState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-