
public interface ODistributedLifecycleListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDatabaseChangeStatus(String iNode,
String iDatabaseName,
ODistributedServerManager.DB_STATUS iNewStatus)
Called upon change of database status on a node.
|
void |
onNodeJoined(String iNode)
Called right after a node joined the cluster.
|
boolean |
onNodeJoining(String iNode)
Called when a node is joining the cluster.
|
void |
onNodeLeft(String iNode)
Called right after a node left the cluster.
|
boolean onNodeJoining(String iNode)
iNode - Node name that is joiningvoid onNodeJoined(String iNode)
iNode - Node name that is joiningvoid onNodeLeft(String iNode)
iNode - Node name that leftvoid onDatabaseChangeStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iNewStatus)
iNode - The node nameiDatabaseName - Database nameiNewStatus - The new statusCopyright © 2009–2018 OrientDB. All rights reserved.