Uses of Interface
com.orientechnologies.orient.distributed.context.coordination.message.ODistributedMessage
Packages that use ODistributedMessage
Package
Description
-
Uses of ODistributedMessage in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context that return ODistributedMessageModifier and TypeMethodDescriptionOPromisedDistributedOps.getNotPromised(OTransactionIdPromise promise) OPromisedDistributedOpsImpl.getNotPromised(OTransactionIdPromise promise) OPromisedDistributedOps.getPromised(OTransactionIdPromise promise) OPromisedDistributedOpsImpl.getPromised(OTransactionIdPromise promise) ONodeState.receiveSuccess(OTransactionIdPromise promise) Methods in com.orientechnologies.orient.distributed.context that return types with arguments of type ODistributedMessageModifier and TypeMethodDescriptionOPromisedDistributedOps.getPromised(ONodeId node) OPromisedDistributedOpsImpl.getPromised(ONodeId node) ONodeState.receiveFailure(OTransactionIdPromise promise) ODistributedMessageLog.recover(List<OTransactionId> ids) Recover the messages with specified ids from the log.ODistributedMessageLogMemory.recover(List<OTransactionId> ids) ONodeState.recover(List<OTransactionId> ids) OPromisedDistributedOps.removeNotPromised(OTransactionIdPromise promise) OPromisedDistributedOpsImpl.removeNotPromised(OTransactionIdPromise promise) OPromisedDistributedOps.removePromised(OTransactionIdPromise promise) OPromisedDistributedOpsImpl.removePromised(OTransactionIdPromise promise) Methods in com.orientechnologies.orient.distributed.context with parameters of type ODistributedMessageModifier and TypeMethodDescriptionvoidOPromisedDistributedOps.addNotPromised(ODistributedMessage message) voidOPromisedDistributedOpsImpl.addNotPromised(ODistributedMessage message) voidOPromisedDistributedOps.addPromised(ODistributedMessage message) voidOPromisedDistributedOpsImpl.addPromised(ODistributedMessage message) voidODistributedMessageLog.log(ODistributedMessage message) Log received message for eventually re-send to other nodesvoidODistributedMessageLogMemory.log(ODistributedMessage message) booleanONodeState.receive(ODistributedMessage message) -
Uses of ODistributedMessage in com.orientechnologies.orient.distributed.context.coordination.message
Classes in com.orientechnologies.orient.distributed.context.coordination.message that implement ODistributedMessage