Uses of Enum Class
com.orientechnologies.orient.core.transaction.ONodeRole
Packages that use ONodeRole
Package
Description
-
Uses of ONodeRole in com.orientechnologies.orient.core.db.config
Methods in com.orientechnologies.orient.core.db.config that return ONodeRoleModifier and TypeMethodDescriptionOAddNodeInfo.role()Returns the value of therolerecord component.Constructors in com.orientechnologies.orient.core.db.config with parameters of type ONodeRoleModifierConstructorDescriptionOAddNodeInfo(ONodeId node, ONodeRole role) Creates an instance of aOAddNodeInforecord class. -
Uses of ONodeRole in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser that return ONodeRole -
Uses of ONodeRole in com.orientechnologies.orient.core.transaction
Methods in com.orientechnologies.orient.core.transaction that return ONodeRoleModifier and TypeMethodDescriptionstatic ONodeRoleONodeRole.fromString(String role) static ONodeRoleONodeRole.readNetwork(DataInput input) static ONodeRoleReturns the enum constant of this class with the specified name.static ONodeRole[]ONodeRole.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context that return ONodeRoleModifier and TypeMethodDescriptionODatabaseNodeStore.role()Returns the value of therolerecord component.Constructors in com.orientechnologies.orient.distributed.context with parameters of type ONodeRoleModifierConstructorDescriptionODatabaseNodeStore(ONodeId id, ONodeRole role) Creates an instance of aODatabaseNodeStorerecord class. -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context.coordination
Methods in com.orientechnologies.orient.distributed.context.coordination with parameters of type ONodeRoleModifier and TypeMethodDescriptionvoidOCoordinatedDistributedOps.cancelSetDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) voidOCoordinatedDistributedOpsImpl.cancelSetDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) voidOCoordinatedDistributedOps.setDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) voidOCoordinatedDistributedOpsImpl.setDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) OCoordinatedDistributedOps.validateSetDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) OCoordinatedDistributedOpsImpl.validateSetDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context.coordination.dbs
Methods in com.orientechnologies.orient.distributed.context.coordination.dbs that return ONodeRoleModifier and TypeMethodDescriptionODatabasesTopology.getRole(ODatabaseId dbId, ONodeId node) ODatabasesTopologyState.getRole(ODatabaseId dbId, ONodeId nodeId) ONodeDatabaseState.getRole()Methods in com.orientechnologies.orient.distributed.context.coordination.dbs with parameters of type ONodeRoleModifier and TypeMethodDescriptionvoidODatabasesTopologyState.cancelSetDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) voidODatabasesTopologyState.setDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) voidODatabaseTopologyState.setRole(ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) voidODatabasesTopologyState.validateSetDatabaseNodeRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version, OTransactionIdPromise promise) Constructors in com.orientechnologies.orient.distributed.context.coordination.dbs with parameters of type ONodeRoleModifierConstructorDescriptionONodeDatabaseState(ONodeId node, ONodeRole role, ODatabaseState state) -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context.coordination.message.operation
Methods in com.orientechnologies.orient.distributed.context.coordination.message.operation that return ONodeRoleConstructors in com.orientechnologies.orient.distributed.context.coordination.message.operation with parameters of type ONodeRoleModifierConstructorDescriptionOSetDatabaseMemberRole(ODatabaseId db, ONodeId node, ONodeRole role, OVersion version) -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context.coordination.message.state
Methods in com.orientechnologies.orient.distributed.context.coordination.message.state that return ONodeRoleModifier and TypeMethodDescriptionODatabaseMemberNetwork.role()Returns the value of therolerecord component.Constructors in com.orientechnologies.orient.distributed.context.coordination.message.state with parameters of type ONodeRoleModifierConstructorDescriptionODatabaseMemberNetwork(ONodeId node, ONodeRole role, ODatabaseState state) Creates an instance of aODatabaseMemberNetworkrecord class. -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context.retryable
Methods in com.orientechnologies.orient.distributed.context.retryable that return ONodeRoleModifier and TypeMethodDescriptionOSetDatabaseNodeRoleRetryOperation.role()Returns the value of therolerecord component.Constructors in com.orientechnologies.orient.distributed.context.retryable with parameters of type ONodeRoleModifierConstructorDescriptionOSetDatabaseNodeRoleRetryOperation(ODatabaseId dbId, ONodeId node, ONodeRole role) Creates an instance of aOSetDatabaseNodeRoleRetryOperationrecord class. -
Uses of ONodeRole in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return ONodeRoleModifier and TypeMethodDescriptionOMemberInfo.role()Returns the value of therolerecord component.Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type ONodeRoleModifierConstructorDescriptionOMemberInfo(ONodeId node, ONodeRole role) Creates an instance of aOMemberInforecord class.