Uses of Interface
com.orientechnologies.orient.distributed.context.coordination.result.OAcceptResult
Packages that use OAcceptResult
Package
Description
-
Uses of OAcceptResult in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context that return types with arguments of type OAcceptResultModifier and TypeMethodDescriptionOOperationStart.result()Returns the value of theresultrecord component.OResponseCollector.CompleteInfo.result()Returns the value of theresultrecord component.OCoordinatedDistributedOps.validateEnstablish(OGroupId networkId, Set<ONodeId> candidates) OCoordinatedDistributedOpsImpl.validateEnstablish(OGroupId groupId, Set<ONodeId> candidates) ONodeState.validateEnstablish(OGroupId groupId, Set<ONodeId> candidates) Methods in com.orientechnologies.orient.distributed.context with parameters of type OAcceptResultModifier and TypeMethodDescriptionOResponseCollector.fail(ONodeId node, OAcceptResult acceptResult) voidOCoordinatedDistributedOps.failure(ONodeId node, OTransactionIdPromise promise, OAcceptResult acceptResult) voidOCoordinatedDistributedOpsImpl.failure(ONodeId node, OTransactionIdPromise promise, OAcceptResult acceptResult) voidONodeState.failure(ONodeId node, OTransactionIdPromise promise, OAcceptResult acceptResult) Constructor parameters in com.orientechnologies.orient.distributed.context with type arguments of type OAcceptResultModifierConstructorDescriptionCompleteInfo(OCompleteAction action, OTransactionIdPromise promise, Set<ONodeId> nodes, Optional<OAcceptResult> result) Creates an instance of aCompleteInforecord class.OOperationStart(OTransactionIdPromise promise, Set<ONodeId> nodes, Future<Optional<OAcceptResult>> result) Creates an instance of aOOperationStartrecord class. -
Uses of OAcceptResult in com.orientechnologies.orient.distributed.context.coordination.message
Methods in com.orientechnologies.orient.distributed.context.coordination.message that return OAcceptResultConstructors in com.orientechnologies.orient.distributed.context.coordination.message with parameters of type OAcceptResultModifierConstructorDescriptionOFailPropose(ONodeId nodeId, OTransactionIdPromise promise, OAcceptResult acceptResult) -
Uses of OAcceptResult in com.orientechnologies.orient.distributed.context.coordination.result
Classes in com.orientechnologies.orient.distributed.context.coordination.result that implement OAcceptResultModifier and TypeClassDescriptionclassclassclassclassMethods in com.orientechnologies.orient.distributed.context.coordination.result that return OAcceptResultModifier and TypeMethodDescriptionstatic OAcceptResultOAcceptResult.readNetwork(DataInput input) Constructor parameters in com.orientechnologies.orient.distributed.context.coordination.result with type arguments of type OAcceptResult -
Uses of OAcceptResult in com.orientechnologies.orient.distributed.context.topology
Methods in com.orientechnologies.orient.distributed.context.topology that return types with arguments of type OAcceptResultModifier and TypeMethodDescriptionOAddTopologyMember.validate(OrientDBDistributed ctx) OEnstablishTopology.validate(OrientDBDistributed ctx) OTopologyManager.validateEnstablish(OGroupId groupId, Set<ONodeId> candidates) -
Uses of OAcceptResult in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db that return types with arguments of type OAcceptResultModifier and TypeMethodDescriptionOrientDBDistributed.distributedOperation(OOperationMessage operation) ODropDbMessage.validate(OrientDBDistributed ctx) OOperationMessage.validate(OrientDBDistributed ctx)