Class ReadyTransactionReply
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.ReadyTransactionReply
- All Implemented Interfaces:
Externalizable,Serializable,SerializableMessage
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReadyTransactionReply(String cohortPath) ReadyTransactionReply(String cohortPath, short version) -
Method Summary
Modifier and TypeMethodDescriptionstatic ReadyTransactionReplyfromSerializable(Object serializable) static booleanisSerializedType(Object message) voidvoidMethods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable, toString
-
Constructor Details
-
ReadyTransactionReply
public ReadyTransactionReply() -
ReadyTransactionReply
-
ReadyTransactionReply
-
-
Method Details
-
getCohortPath
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classVersionedExternalizableMessage- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classVersionedExternalizableMessage- Throws:
IOException
-
fromSerializable
-
isSerializedType
-