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
@Deprecated(since="9.0.0",
forRemoval=true)
public final class BatchedModificationsReply
extends VersionedExternalizableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
The reply for the BatchedModifications message.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.BatchedModificationsReply(int numBatched) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable
-
Constructor Details
-
BatchedModificationsReply
public BatchedModificationsReply()Deprecated, for removal: This API element is subject to removal in a future version. -
BatchedModificationsReply
public BatchedModificationsReply(int numBatched) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getNumBatched
public int getNumBatched()Deprecated, for removal: This API element is subject to removal in a future version. -
readExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classVersionedExternalizableMessage- Throws:
IOExceptionClassNotFoundException
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classVersionedExternalizableMessage- Throws:
IOException
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classVersionedExternalizableMessage
-