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 types with arguments of type OGroupIdMethods in com.orientechnologies.orient.distributed.context with parameters of type OGroupIdModifier and TypeMethodDescriptionvoidOCoordinatedDistributedOps.enstablish(OGroupId networkId, Set<ONodeId> candidates) voidOCoordinatedDistributedOpsImpl.enstablish(OGroupId groupId, Set<ONodeId> candidates) voidONodeState.enstablish(OGroupId groupId, Set<ONodeId> candidates) OCoordinatedDistributedOps.validateEnstablish(OGroupId networkId, Set<ONodeId> candidates) OCoordinatedDistributedOpsImpl.validateEnstablish(OGroupId groupId, Set<ONodeId> candidates) ONodeState.validateEnstablish(OGroupId groupId, Set<ONodeId> candidates) Constructor parameters in com.orientechnologies.orient.distributed.context with type arguments of type OGroupIdModifierConstructorDescriptionONodeStateStore(Optional<OGroupId> groupId, OTopologyState state, Set<ONodeId> members, long version) -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.coordination.message
Methods in com.orientechnologies.orient.distributed.context.coordination.message that return types with arguments of type OGroupIdConstructor parameters in com.orientechnologies.orient.distributed.context.coordination.message with type arguments of type OGroupIdModifierConstructorDescriptionONodeStateNetwork(Optional<OGroupId> groupId, OTopologyState state, Set<ONodeId> members, long version) -
Uses of OGroupId in com.orientechnologies.orient.distributed.context.topology
Methods in com.orientechnologies.orient.distributed.context.topology that return OGroupIdModifier and TypeMethodDescriptionOEnstablishTopology.getGroupId()ODiscoverAction.OEstablishAction.groupId()Returns the value of thegroupIdrecord component.Methods in com.orientechnologies.orient.distributed.context.topology with parameters of type OGroupIdModifier and TypeMethodDescriptionvoidOTopologyManager.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 OGroupIdModifierConstructorDescriptionOEnstablishTopology(OGroupId groupId, Set<ONodeId> candidates) OEstablishAction(OGroupId groupId, Set<ONodeId> candidates) Creates an instance of aOEstablishActionrecord class.