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 ReadyTransactionReply
fromSerializable
(Object serializable) static boolean
isSerializedType
(Object message) void
void
Methods 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:
readExternal
in interfaceExternalizable
- Overrides:
readExternal
in classVersionedExternalizableMessage
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Overrides:
writeExternal
in classVersionedExternalizableMessage
- Throws:
IOException
-
fromSerializable
-
isSerializedType
-