Uses of Enum Class
com.orientechnologies.orient.server.distributed.ODistributedServerManager.DB_STATUS
Packages that use ODistributedServerManager.DB_STATUS
Package
Description
-
Uses of ODistributedServerManager.DB_STATUS in com.orientechnologies.orient.distributed.context.coordination.dbs
Methods in com.orientechnologies.orient.distributed.context.coordination.dbs that return ODistributedServerManager.DB_STATUSMethods in com.orientechnologies.orient.distributed.context.coordination.dbs with parameters of type ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionstatic ODatabaseStateODatabaseState.from(ODistributedServerManager.DB_STATUS status) -
Uses of ODistributedServerManager.DB_STATUS in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db that return ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionOrientDBDistributed.getDatabaseStatus(ONodeId nodeId, String dbName) OrientDBDistributed.getDatabaseStatus(String dbName) OrientDBDistributed.getDatabaseStatus(String node, String dbName) Methods in com.orientechnologies.orient.distributed.db with parameters of type ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionintOrientDBDistributed.getNodesWithStatus(Collection<String> iNodes, String databaseName, ODistributedServerManager.DB_STATUS... statuses) Returns the nodes with the requested status.voidOrientDBDistributed.setDatabaseStatus(ONodeId nodeId, String dbName, ODistributedServerManager.DB_STATUS status) voidOrientDBDistributed.setDatabaseStatus(String dbName, ODistributedServerManager.DB_STATUS status) -
Uses of ODistributedServerManager.DB_STATUS in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionODistributedServerManager.getDatabaseStatus(String iNode, String iDatabaseName) Returns the enum constant of this class with the specified name.static ODistributedServerManager.DB_STATUS[]ODistributedServerManager.DB_STATUS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.server.distributed with parameters of type ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptiondefault voidODistributedLifecycleListener.onDatabaseChangeStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iNewStatus) Called upon change of database status on a node. -
Uses of ODistributedServerManager.DB_STATUS in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionODistributedPlugin.getDatabaseStatus(String iNode, String iDatabaseName) Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionvoidODistributedPlugin.invokeOnDatabaseStatusChange(String node, String databaseName, ODistributedServerManager.DB_STATUS status) voidODistributedPlugin.onDatabaseEvent(String nodeName, String databaseName, ODistributedServerManager.DB_STATUS status)