Class OProposeOp
java.lang.Object
com.orientechnologies.orient.distributed.context.coordination.message.OProposeOp
- All Implemented Interfaces:
ODistributedMessage,OStructuralMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(OrientDBDistributed ctx) voidvoidstatic OProposeOpfromNetwork(DataInput input) getOp()shortgetType()voidserialize(DataOutput out) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.distributed.context.coordination.message.OStructuralMessage
writeNetwork
-
Constructor Details
-
OProposeOp
-
-
Method Details
-
execute
- Specified by:
executein interfaceOStructuralMessage
-
apply
- Specified by:
applyin interfaceODistributedMessage
-
cancel
- Specified by:
cancelin interfaceODistributedMessage
-
getPromiseId
- Specified by:
getPromiseIdin interfaceODistributedMessage
-
serialize
- Specified by:
serializein interfaceOStructuralMessage- Throws:
IOException
-
fromNetwork
- Throws:
IOException
-
getOp
-
getType
public short getType()- Specified by:
getTypein interfaceOStructuralMessage
-