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 OGroupIdModifier and TypeMethodDescriptionONetworkTopologyStore.groupId()Returns the value of thegroupIdrecord component.Constructors in com.orientechnologies.orient.distributed.context with parameters of type OGroupIdModifierConstructorDescriptionONetworkTopologyStore(OGroupId groupId, OTopologyState state, Set<ONodeId> members, int quorum, OVersion version) Creates an instance of aONetworkTopologyStorerecord class.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.establish(OGroupId networkId, Set<ONodeId> candidates, OTransactionIdPromise promise) OCoordinatedDistributedOpsImpl.establish(OGroupId groupId, Set<ONodeId> candidates, OTransactionIdPromise promise) OCoordinatedDistributedOps.validateEstablish(OGroupId networkId, Set<ONodeId> candidates, OTransactionIdPromise promise) OCoordinatedDistributedOpsImpl.validateEstablish(OGroupId groupId, Set<ONodeId> candidates, OTransactionIdPromise promise) OCoordinatedDistributedOps.validateMergeToNetwork(OGroupId group, ONodeStateNetwork state, ONodeStateNetwork original, OTransactionIdPromise coordinator) OCoordinatedDistributedOpsImpl.validateMergeToNetwork(OGroupId group, ONodeStateNetwork state, ONodeStateNetwork original, OTransactionIdPromise promise) 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 OGroupIdModifierConstructorDescriptionOMergeRequest(OTransactionIdPromise promise, OGroupId groupId, ONodeStateNetwork state, ONodeStateNetwork original) -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.coordination.message.operation
Methods in com.orientechnologies.orient.distributed.context.coordination.message.operation that return OGroupIdMethods in com.orientechnologies.orient.distributed.context.coordination.message.operation with parameters of type OGroupIdModifier and TypeMethodDescriptionvoidOOperationContext.establish(OGroupId groupId, Set<ONodeId> candidates, OTransactionIdPromise promise) Constructors 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, OVersion 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 TypeMethodDescriptionOTopologyManager.finalizeEstablish(OGroupId groupId, Set<ONodeId> candidates, OTransactionIdPromise promise) OTopologyManager.validateEstablish(OGroupId groupId, Set<ONodeId> candidates, OTransactionIdPromise promise) OTopologyManager.validateMergeNode(OGroupId group, ONodeStateNetwork original, OTransactionIdPromise promise) OTopologyManager.validateMergeToNetwork(OGroupId group, ONodeStateNetwork mergeState, OTransactionIdPromise promise) 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.establish(OGroupId groupId, Set<ONodeId> candidates, OTransactionIdPromise promise) voidOrientDBDistributed.sendEstablish(OGroupId groupId, Set<ONodeId> candidates, OCompleteExecution execution) voidOrientDBDistributed.validateMergeToNetwork(OGroupId group, ONodeStateNetwork state, ONodeStateNetwork original, OTransactionIdPromise promise)