| 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 |
|---|---|
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 |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
OHazelcastPlugin.setDatabaseStatus(String iNode,
String iDatabaseName,
ODistributedServerManager.DB_STATUS iStatus) |
Copyright © 2009–2016 Orient Technologies. All rights reserved.