Class OPromisedDistributedOpsImpl
java.lang.Object
com.orientechnologies.orient.distributed.context.OPromisedDistributedOpsImpl
- All Implemented Interfaces:
OPromisedDistributedOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotPromised(ODistributedMessage message) voidaddPromised(ODistributedMessage message) getNotPromised(OTransactionIdPromise promise) getPromised(ONodeId node) getPromised(OTransactionIdPromise promise) removeNotPromised(OTransactionIdPromise promise) removePromised(OTransactionIdPromise promise)
-
Constructor Details
-
OPromisedDistributedOpsImpl
public OPromisedDistributedOpsImpl()
-
-
Method Details
-
addPromised
- Specified by:
addPromisedin interfaceOPromisedDistributedOps
-
getPromised
- Specified by:
getPromisedin interfaceOPromisedDistributedOps
-
removePromised
- Specified by:
removePromisedin interfaceOPromisedDistributedOps
-
addNotPromised
- Specified by:
addNotPromisedin interfaceOPromisedDistributedOps
-
getNotPromised
- Specified by:
getNotPromisedin interfaceOPromisedDistributedOps
-
removeNotPromised
- Specified by:
removeNotPromisedin interfaceOPromisedDistributedOps
-
getPromised
- Specified by:
getPromisedin interfaceOPromisedDistributedOps
-