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 OGroupIdMethods in com.orientechnologies.orient.distributed.context with parameters of type OGroupIdModifier and TypeMethodDescriptionOCoordinatedDistributedOps.enstablish(OGroupId networkId, Set<ONodeId> candidates) OCoordinatedDistributedOpsImpl.enstablish(OGroupId groupId, Set<ONodeId> candidates) OCoordinatedDistributedOps.validateEnstablish(OGroupId networkId, Set<ONodeId> candidates) OCoordinatedDistributedOpsImpl.validateEnstablish(OGroupId groupId, Set<ONodeId> candidates) Constructors in com.orientechnologies.orient.distributed.context with parameters of type OGroupIdModifierConstructorDescriptionOCoordinatedDistributedOpsImpl(ONodeId current, OGroupId groupId, int minimumQuorum, ODatabaseStateChangeListener listener, ONodeStateUpdated updateLister) ONetworkTopologyStore(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.message
Methods in com.orientechnologies.orient.distributed.context.coordination.message that return OGroupIdMethods in com.orientechnologies.orient.distributed.context.coordination.message with parameters of type OGroupIdConstructors in com.orientechnologies.orient.distributed.context.coordination.message with parameters of type OGroupIdModifierConstructorDescriptionOTopologyStateNetwork(OGroupId groupId, OTopologyState state, Set<ONodeId> members, int quorum, long version) -
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.topology
Methods in com.orientechnologies.orient.distributed.context.topology that return OGroupIdModifier and TypeMethodDescriptionOTopologyManager.getGroupId()ODiscoverAction.OEstablishAction.groupId()Returns the value of thegroupIdrecord component.Methods in com.orientechnologies.orient.distributed.context.topology with parameters of type OGroupIdModifier and TypeMethodDescriptionOTopologyManager.finalizeEnstablish(OGroupId groupId, Set<ONodeId> candidates) OTopologyManager.validateEnstablish(OGroupId groupId, Set<ONodeId> candidates) Constructors in com.orientechnologies.orient.distributed.context.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.enstablish(OGroupId groupId, Set<ONodeId> candidates)