Uses of Class
com.orientechnologies.orient.core.transaction.OGroupId
Packages that use OGroupId
Package
Description
-
Uses of OGroupId in com.orientechnologies.orient.core.transaction
Methods in com.orientechnologies.orient.core.transaction that return OGroupIdModifier and TypeMethodDescriptionstatic OGroupIdOGroupId.readNetwork(DataInput input) static OGroupIdOGroupId.readResult(OResult e) -
Uses of OGroupId in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context that return OGroupIdConstructors in com.orientechnologies.orient.distributed.context with parameters of type OGroupIdModifierConstructorDescriptionONetworkTopologyStore(OGroupId groupId, OTopologyState state, Set<ONodeId> members, int quorum, long version) ONodeState(ONodeId current, OGroupId groupId, int minimumQuorum, OStateStore store, ODatabaseStateChangeListener listener) -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.coordination
Methods in com.orientechnologies.orient.distributed.context.coordination that return OGroupIdModifier and TypeMethodDescriptionOCoordinatedDistributedOps.getGroupId()OCoordinatedDistributedOpsImpl.getGroupId()Methods in com.orientechnologies.orient.distributed.context.coordination with parameters of type OGroupIdModifier and TypeMethodDescriptionOCoordinatedDistributedOps.validateEstablish(OGroupId networkId, Set<ONodeId> candidates) OCoordinatedDistributedOpsImpl.validateEstablish(OGroupId groupId, Set<ONodeId> candidates) booleanOCoordinatedDistributedOps.validateMerge(OGroupId group, ONodeId coordinator) booleanOCoordinatedDistributedOpsImpl.validateMerge(OGroupId group, ONodeId coordinator) Constructors in com.orientechnologies.orient.distributed.context.coordination with parameters of type OGroupIdModifierConstructorDescriptionOCoordinatedDistributedOpsImpl(ONodeId current, OGroupId groupId, int minimumQuorum, ODatabaseStateChangeListener listener, ONodeStateUpdated updateLister) -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.coordination.message
Methods in com.orientechnologies.orient.distributed.context.coordination.message that return OGroupIdConstructors in com.orientechnologies.orient.distributed.context.coordination.message with parameters of type OGroupId -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.coordination.message.operation
Methods in com.orientechnologies.orient.distributed.context.coordination.message.operation that return OGroupIdConstructors in com.orientechnologies.orient.distributed.context.coordination.message.operation with parameters of type OGroupId -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.coordination.message.state
Methods in com.orientechnologies.orient.distributed.context.coordination.message.state that return OGroupIdModifier and TypeMethodDescriptionOTopologyStateNetwork.groupId()Returns the value of thegroupIdrecord component.Methods in com.orientechnologies.orient.distributed.context.coordination.message.state with parameters of type OGroupIdConstructors in com.orientechnologies.orient.distributed.context.coordination.message.state with parameters of type OGroupIdModifierConstructorDescriptionOTopologyStateNetwork(OGroupId groupId, OTopologyState state, Set<ONodeId> members, int quorum, long version) Creates an instance of aOTopologyStateNetworkrecord class. -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.coordination.topology
Methods in com.orientechnologies.orient.distributed.context.coordination.topology that return OGroupIdModifier and TypeMethodDescriptionOTopologyManager.getGroupId()ODiscoverAction.OEstablishAction.groupId()Returns the value of thegroupIdrecord component.Methods in com.orientechnologies.orient.distributed.context.coordination.topology with parameters of type OGroupIdModifier and TypeMethodDescriptionbooleanOTopologyManager.acceptMerge(OGroupId group, ONodeId coordinator) OTopologyManager.finalizeEstablish(OGroupId groupId, Set<ONodeId> candidates) OTopologyManager.validateEstablish(OGroupId groupId, Set<ONodeId> candidates) Constructors in com.orientechnologies.orient.distributed.context.coordination.topology with parameters of type OGroupIdModifierConstructorDescriptionOEstablishAction(OGroupId groupId, Set<ONodeId> candidates) Creates an instance of aOEstablishActionrecord class.OTopologyManager(ONodeId current, OGroupId groupId, int minimumQuorum) -
Uses of OGroupId in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db with parameters of type OGroupIdModifier and TypeMethodDescriptionvoidOrientDBDistributed.acceptMerge(OTransactionIdPromise promise, OGroupId group) voidvoidOrientDBDistributed.sendEstablish(OGroupId groupId, Set<ONodeId> candidates, OCompleteExecution execution)