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, toSerializablepublic BatchedModificationsReply()
public BatchedModificationsReply(int numBatched)
public int getNumBatched()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class VersionedExternalizableMessageIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class VersionedExternalizableMessageIOExceptionpublic String toString()
toString in class VersionedExternalizableMessageCopyright © 2019 OpenDaylight. All rights reserved.