Class ODropDbMessage
java.lang.Object
com.orientechnologies.orient.distributed.context.coordination.message.operation.ODropDbMessage
- All Implemented Interfaces:
OOperationMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidcancel(OrientDBDistributed ctx, OTransactionIdPromise promise) getName()shortgetType()static ODropDbMessagereadNetwork(DataInput input) voidserialize(DataOutput out) validate(OrientDBDistributed ctx, OTransactionIdPromise promise) 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.operation.OOperationMessage
writeNetwork
-
Constructor Details
-
ODropDbMessage
-
-
Method Details
-
apply
- Specified by:
applyin interfaceOOperationMessage
-
validate
- Specified by:
validatein interfaceOOperationMessage
-
readNetwork
- Throws:
IOException
-
cancel
- Specified by:
cancelin interfaceOOperationMessage
-
getType
public short getType()- Specified by:
getTypein interfaceOOperationMessage
-
serialize
- Specified by:
serializein interfaceOOperationMessage- Throws:
IOException
-
getName
-