public class BatchedModificationsReply extends VersionedExternalizableMessage
Constructor and Description |
---|
BatchedModificationsReply() |
BatchedModificationsReply(int numBatched) |
Modifier and Type | Method and Description |
---|---|
int |
getNumBatched() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getVersion, toSerializable
public BatchedModificationsReply()
public BatchedModificationsReply(int numBatched)
public int getNumBatched()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class VersionedExternalizableMessage
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class VersionedExternalizableMessage
IOException
public String toString()
toString
in class VersionedExternalizableMessage
Copyright © 2019 OpenDaylight. All rights reserved.