public static enum ODistributedServerManager.NODE_STATUS extends Enum<ODistributedServerManager.NODE_STATUS>
Enum Constant and Description |
---|
MERGING
The server starts to merge to another cluster.
|
OFFLINE
The server was never started or the shutdown is complete.
|
ONLINE
The server is ONLINE.
|
SHUTTINGDOWN
The server is shutting down.
|
STARTING
The server is STARTING.
|
Modifier and Type | Method and Description |
---|---|
static ODistributedServerManager.NODE_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODistributedServerManager.NODE_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODistributedServerManager.NODE_STATUS OFFLINE
public static final ODistributedServerManager.NODE_STATUS STARTING
public static final ODistributedServerManager.NODE_STATUS ONLINE
public static final ODistributedServerManager.NODE_STATUS MERGING
public static final ODistributedServerManager.NODE_STATUS SHUTTINGDOWN
public static ODistributedServerManager.NODE_STATUS[] values()
for (ODistributedServerManager.NODE_STATUS c : ODistributedServerManager.NODE_STATUS.values()) System.out.println(c);
public static ODistributedServerManager.NODE_STATUS 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 © 2009–2020 OrientDB. All rights reserved.