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
public class BatchedModificationsReply extends VersionedExternalizableMessage
The reply for the BatchedModifications message.- Author:
- Thomas Pantelis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchedModificationsReply()BatchedModificationsReply(int numBatched)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumBatched()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable
-
-
-
-
Method Detail
-
getNumBatched
public int getNumBatched()
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classVersionedExternalizableMessage- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classVersionedExternalizableMessage- Throws:
IOException
-
toString
public String toString()
- Overrides:
toStringin classVersionedExternalizableMessage
-
-