public enum GridTcpDiscoverySpiState extends Enum<GridTcpDiscoverySpiState>
GridTcpDiscoverySpi.| Enum Constant and Description |
|---|
AUTH_FAILED |
CHECK_FAILED |
CONNECTED |
CONNECTING |
DISCONNECTED |
DISCONNECTING |
DUPLICATE_ID |
LEFT |
LOOPBACK_PROBLEM |
STOPPING |
| Modifier and Type | Method and Description |
|---|---|
static GridTcpDiscoverySpiState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridTcpDiscoverySpiState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridTcpDiscoverySpiState DISCONNECTED
public static final GridTcpDiscoverySpiState CONNECTING
public static final GridTcpDiscoverySpiState CONNECTED
public static final GridTcpDiscoverySpiState DISCONNECTING
public static final GridTcpDiscoverySpiState STOPPING
public static final GridTcpDiscoverySpiState LEFT
public static final GridTcpDiscoverySpiState DUPLICATE_ID
public static final GridTcpDiscoverySpiState AUTH_FAILED
public static final GridTcpDiscoverySpiState CHECK_FAILED
public static final GridTcpDiscoverySpiState LOOPBACK_PROBLEM
public static GridTcpDiscoverySpiState[] values()
for (GridTcpDiscoverySpiState c : GridTcpDiscoverySpiState.values()) System.out.println(c);
public static GridTcpDiscoverySpiState 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 nullCopyright © 2014. All rights reserved.