Uses of Interface
com.orientechnologies.orient.distributed.db.OCompleteExecution
Packages that use OCompleteExecution
Package
Description
-
Uses of OCompleteExecution in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context with parameters of type OCompleteExecutionModifier and TypeMethodDescriptionvoidORetryOperation.execute(OrientDBDistributed context, OCompleteExecution execution) Constructors in com.orientechnologies.orient.distributed.context with parameters of type OCompleteExecutionModifierConstructorDescriptionOStandardCompleteAction(OrientDBDistributed context, OOperationMessage operation, OCompleteExecution execution) -
Uses of OCompleteExecution in com.orientechnologies.orient.distributed.context.topology
Methods in com.orientechnologies.orient.distributed.context.topology with parameters of type OCompleteExecutionModifier and TypeMethodDescriptionvoidODiscoverAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.OAddNodeAction.execute(OrientDBDistributed context, OCompleteExecution exection, ONodeStateNetwork otherState) voidODiscoverAction.OEstablishAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.OMergeAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.ONoneAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.ONotifySelf.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) -
Uses of OCompleteExecution in com.orientechnologies.orient.distributed.db
Classes in com.orientechnologies.orient.distributed.db that implement OCompleteExecutionMethods in com.orientechnologies.orient.distributed.db with parameters of type OCompleteExecutionModifier and TypeMethodDescriptionvoidOrientDBDistributed.coordinatedOperation(OOperationMessage operation, OCompleteExecution execution) voidOrientDBDistributed.distributedOperation(OOperationMessage operation, OCompleteExecution retry) OrientDBDistributed.newCompleteAction(OOperationMessage operation, OCompleteExecution execution) voidOrientDBDistributed.retryExecution(ORetryOperation operation, OCompleteExecution exec, int delay) voidOrientDBDistributed.sendMergeOperation(Set<ONodeId> members, OCompleteExecution execution, ONodeStateNetwork otherState)