Uses of Enum Class
com.orientechnologies.orient.distributed.context.ODatabaseState
Packages that use ODatabaseState
Package
Description
-
Uses of ODatabaseState in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context that return ODatabaseStateModifier and TypeMethodDescriptionstatic ODatabaseStateODatabaseState.from(ODistributedServerManager.DB_STATUS status) ODatabasesTopology.getState(ODatabaseId dbId, ONodeId node) ODatabasesTopologyState.getState(ODatabaseId dbId, ONodeId nodeID) ONodeDatabaseState.getState()static ODatabaseStateODatabaseState.readNetwork(DataInput input) static ODatabaseStateReturns the enum constant of this class with the specified name.static ODatabaseState[]ODatabaseState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.distributed.context with parameters of type ODatabaseStateModifier and TypeMethodDescriptionvoidODatabasesTopologyState.declareNode(ODatabaseId db, String name, ONodeId node, ONodeRole role, ODatabaseState state) voidODatabaseTopologyState.defineNode(ONodeId node, ONodeRole role, ODatabaseState state, long version) voidODatabaseStateChangeListener.onStateChange(ODatabaseId dbId, ONodeId nodeId, ODatabaseState state) ODatabaseTopologyState.promiseState(ODatabaseState state, ONodeId nodeId, long version) voidOCoordinatedDistributedOps.setState(ODatabaseId db, ONodeId node, ODatabaseState state, long version) voidOCoordinatedDistributedOpsImpl.setState(ODatabaseId db, ONodeId node, ODatabaseState state, long version) voidODatabasesTopologyState.setState(ODatabaseId db, ONodeId node, ODatabaseState state, long version) voidODatabaseTopologyState.setState(ONodeId node, ODatabaseState state, long version) voidONodeDatabaseState.setState(ODatabaseState state) OCoordinatedDistributedOps.validateSetState(ODatabaseId dbId, ONodeId nodeId, ODatabaseState state, long version) OCoordinatedDistributedOpsImpl.validateSetState(ODatabaseId dbId, ONodeId nodeId, ODatabaseState state, long version) ODatabasesTopologyState.validateSetState(ODatabaseId dbId, ONodeId nodeId, ODatabaseState state, long version) Constructors in com.orientechnologies.orient.distributed.context with parameters of type ODatabaseStateModifierConstructorDescriptionONodeDatabaseState(ONodeId node, ONodeRole role, ODatabaseState state) -
Uses of ODatabaseState in com.orientechnologies.orient.distributed.context.coordination.message
Methods in com.orientechnologies.orient.distributed.context.coordination.message that return ODatabaseStateConstructors in com.orientechnologies.orient.distributed.context.coordination.message with parameters of type ODatabaseStateModifierConstructorDescriptionODatabaseMemberNetwork(ONodeId node, ONodeRole role, ODatabaseState state) -
Uses of ODatabaseState in com.orientechnologies.orient.distributed.context.coordination.message.operation
Methods in com.orientechnologies.orient.distributed.context.coordination.message.operation that return ODatabaseStateConstructors in com.orientechnologies.orient.distributed.context.coordination.message.operation with parameters of type ODatabaseStateModifierConstructorDescriptionOSetDatabaseState(ODatabaseId dbId, ONodeId nodeId, ODatabaseState state, long version) -
Uses of ODatabaseState in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db with parameters of type ODatabaseStateModifier and TypeMethodDescriptionvoidOrientDBDistributed.onStateChange(ODatabaseId dbId, ONodeId nodeId, ODatabaseState state)