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.agent.profiler
Methods in com.orientechnologies.agent.profiler with parameters of type ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionvoidOEnterpriseProfiler.onDatabaseChangeStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iNewStatus) -
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 TypeMethodDescriptionintODistributedServerManager.getNodesWithStatus(Collection<String> iNodes, String databaseName, ODistributedServerManager.DB_STATUS... statuses) booleanODistributedServerManager.isNodeStatusEqualsTo(String iNodeName, String iDatabaseName, ODistributedServerManager.DB_STATUS... statuses) Checks the node status if it's one of the statuses received as argument.voidODistributedLifecycleListener.onDatabaseChangeStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iNewStatus) Called upon change of database status on a node.voidODistributedServerManager.setDatabaseStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iStatus) -
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 TypeMethodDescriptionintODistributedPlugin.getNodesWithStatus(Collection<String> iNodes, String databaseName, ODistributedServerManager.DB_STATUS... statuses) Returns the nodes with the requested status.voidODistributedPlugin.invokeOnDatabaseStatusChange(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iStatus) booleanODistributedPlugin.isNodeStatusEqualsTo(String iNodeName, String iDatabaseName, ODistributedServerManager.DB_STATUS... statuses) voidODistributedPlugin.onDatabaseEvent(String nodeName, String databaseName, ODistributedServerManager.DB_STATUS status) voidODistributedPlugin.setDatabaseStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iStatus) -
Uses of ODistributedServerManager.DB_STATUS in com.orientechnologies.orient.server.hazelcast
Methods in com.orientechnologies.orient.server.hazelcast that return ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionOHazelcastDistributedMap.getCachedDatabaseStatus(String node, String databaseName) OHazelcastClusterMetadataManager.getDatabaseStatus(String iNode, String iDatabaseName) OHazelcastDistributedMap.getDatabaseStatus(String node, String databaseName) Methods in com.orientechnologies.orient.server.hazelcast with parameters of type ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionvoidOHazelcastClusterMetadataManager.setDatabaseStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iStatus) voidOHazelcastDistributedMap.setDatabaseStatus(String node, String databaseName, ODistributedServerManager.DB_STATUS status) -
Uses of ODistributedServerManager.DB_STATUS in com.orientechnologies.security.auditing
Methods in com.orientechnologies.security.auditing with parameters of type ODistributedServerManager.DB_STATUSModifier and TypeMethodDescriptionvoidODefaultAuditing.onDatabaseChangeStatus(String iNode, String iDatabaseName, ODistributedServerManager.DB_STATUS iNewStatus)