| Package | Description |
|---|---|
| com.orientechnologies.orient.server.distributed |
| Modifier and Type | Method and Description |
|---|---|
ODistributedServerManager.DB_STATUS |
ODistributedServerManager.getDatabaseStatus(String iNode,
String iDatabaseName) |
static ODistributedServerManager.DB_STATUS |
ODistributedServerManager.DB_STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODistributedServerManager.DB_STATUS[] |
ODistributedServerManager.DB_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ODistributedServerManager.getNodesWithStatus(Collection<String> iNodes,
String databaseName,
ODistributedServerManager.DB_STATUS... statuses) |
boolean |
ODistributedServerManager.isNodeStatusEqualsTo(String iNodeName,
String iDatabaseName,
ODistributedServerManager.DB_STATUS... statuses)
Checks the node status if it's one of the statuses received as argument.
|
void |
ODistributedLifecycleListener.onDatabaseChangeStatus(String iNode,
String iDatabaseName,
ODistributedServerManager.DB_STATUS iNewStatus)
Called upon change of database status on a node.
|
void |
ODistributedServerManager.setDatabaseStatus(String iNode,
String iDatabaseName,
ODistributedServerManager.DB_STATUS iStatus) |
Copyright © 2009–2018 OrientDB. All rights reserved.