Class BatchedModificationsReply
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.BatchedModificationsReply
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
The reply for the BatchedModifications message.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable
-
Constructor Details
-
BatchedModificationsReply
public BatchedModificationsReply() -
BatchedModificationsReply
public BatchedModificationsReply(int numBatched)
-
-
Method Details
-
getNumBatched
public int getNumBatched() -
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
-
toString
- Overrides:
toString
in classVersionedExternalizableMessage
-