|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ClusterMessages.ReachabilityStatus>
akka.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
public static enum ClusterMessages.ReachabilityStatus
Protobuf enum ReachabilityStatus
Reachability status
| Enum Constant Summary | |
|---|---|
Reachable
Reachable = 0; |
|
Terminated
Terminated = 2; |
|
Unreachable
Unreachable = 1; |
|
| Field Summary | |
|---|---|
static int |
Reachable_VALUE
Reachable = 0; |
static int |
Terminated_VALUE
Terminated = 2; |
static int |
Unreachable_VALUE
Unreachable = 1; |
| Method Summary | |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
|
int |
getNumber()
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
|
static |
internalGetValueMap()
|
static ClusterMessages.ReachabilityStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static ClusterMessages.ReachabilityStatus |
valueOf(int value)
|
static ClusterMessages.ReachabilityStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ClusterMessages.ReachabilityStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ClusterMessages.ReachabilityStatus Reachable
Reachable = 0;
public static final ClusterMessages.ReachabilityStatus Unreachable
Unreachable = 1;
public static final ClusterMessages.ReachabilityStatus Terminated
Terminated = 2;
| Field Detail |
|---|
public static final int Reachable_VALUE
Reachable = 0;
public static final int Unreachable_VALUE
Unreachable = 1;
public static final int Terminated_VALUE
Terminated = 2;
| Method Detail |
|---|
public static ClusterMessages.ReachabilityStatus[] values()
for (ClusterMessages.ReachabilityStatus c : ClusterMessages.ReachabilityStatus.values()) System.out.println(c);
public static ClusterMessages.ReachabilityStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic final int getNumber()
public static ClusterMessages.ReachabilityStatus valueOf(int value)
public staticinternalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ClusterMessages.ReachabilityStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||