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) |
Modifier and Type | Method and Description |
---|---|
int |
ODistributedAbstractPlugin.getNodesWithStatus(Collection<String> iNodes,
String databaseName,
ODistributedServerManager.DB_STATUS... statuses)
Returns the nodes with the requested status.
|
boolean |
ODistributedAbstractPlugin.isNodeStatusEqualsTo(String iNodeName,
String iDatabaseName,
ODistributedServerManager.DB_STATUS... statuses) |
protected void |
ODistributedAbstractPlugin.onDatabaseEvent(String nodeName,
String databaseName,
ODistributedServerManager.DB_STATUS status) |
Modifier and Type | Method and Description |
---|---|
ODistributedServerManager.DB_STATUS |
OHazelcastPlugin.getDatabaseStatus(String iNode,
String iDatabaseName) |
ODistributedServerManager.DB_STATUS |
OHazelcastPlugin.getDatabaseStatus(String iNode,
String iDatabaseName,
boolean useCache) |
Modifier and Type | Method and Description |
---|---|
void |
OHazelcastPlugin.setDatabaseStatus(String iNode,
String iDatabaseName,
ODistributedServerManager.DB_STATUS iStatus) |
Copyright © 2009–2020 OrientDB. All rights reserved.