Class OSyncRequest
java.lang.Object
com.orientechnologies.orient.distributed.context.coordination.message.OSyncRequest
- All Implemented Interfaces:
OStructuralMessage
-
Constructor Summary
ConstructorsConstructorDescriptionOSyncRequest(ONodeId from, ODatabaseId dbId, OSyncId syncId, OSyncMode mode, Optional<OTransactionSequenceStatus> sequenceStatus) -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic OSyncRequestfromNetwork(DataInput input) getDbId()getFrom()getMode()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
-
OSyncRequest
public OSyncRequest(ONodeId from, ODatabaseId dbId, OSyncId syncId, OSyncMode mode, Optional<OTransactionSequenceStatus> sequenceStatus)
-
-
Method Details
-
execute
- Specified by:
executein interfaceOStructuralMessage
-
serialize
- Specified by:
serializein interfaceOStructuralMessage- Throws:
IOException
-
getType
public short getType()- Specified by:
getTypein interfaceOStructuralMessage
-
fromNetwork
- Throws:
IOException
-
getFrom
-
getDbId
-
getSyncId
-
getMode
-
getSequenceStatus
-