Class BatchedModifications
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.modification.MutableCompositeModification
org.opendaylight.controller.cluster.datastore.messages.BatchedModifications
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
,CompositeModification
,Modification
@Deprecated(since="9.0.0",
forRemoval=true)
public final class BatchedModifications
extends MutableCompositeModification
Deprecated, for removal: This API element is subject to removal in a future version.
Message used to batch write, merge, delete modification operations to the ShardTransaction actor.
- Author:
- Thomas Pantelis
- See Also:
-
Field Summary
Fields inherited from interface org.opendaylight.controller.cluster.datastore.modification.Modification
COMPOSITE, DELETE, MERGE, WRITE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.BatchedModifications
(TransactionIdentifier transactionId, short version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isReady()
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
setDoCommitOnReady
(boolean doCommitOnReady) Deprecated, for removal: This API element is subject to removal in a future version.void
setReady()
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
setTotalMessagesSent
(int totalMessagesSent) Deprecated, 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.void
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.modification.MutableCompositeModification
addModification, addModifications, apply, apply, fromSerializable, getModifications, getType, writeTo
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable
-
Constructor Details
-
BatchedModifications
public BatchedModifications()Deprecated, for removal: This API element is subject to removal in a future version. -
BatchedModifications
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isReady
public boolean isReady()Deprecated, for removal: This API element is subject to removal in a future version. -
setReady
Deprecated, for removal: This API element is subject to removal in a future version. -
setReady
public void setReady()Deprecated, for removal: This API element is subject to removal in a future version. -
getParticipatingShardNames
Deprecated, for removal: This API element is subject to removal in a future version. -
isDoCommitOnReady
public boolean isDoCommitOnReady()Deprecated, for removal: This API element is subject to removal in a future version. -
setDoCommitOnReady
public void setDoCommitOnReady(boolean doCommitOnReady) Deprecated, for removal: This API element is subject to removal in a future version. -
getTotalMessagesSent
public int getTotalMessagesSent()Deprecated, for removal: This API element is subject to removal in a future version. -
setTotalMessagesSent
public void setTotalMessagesSent(int totalMessagesSent) Deprecated, for removal: This API element is subject to removal in a future version. -
getTransactionId
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:
readExternal
in interfaceExternalizable
- Specified by:
readExternal
in interfaceModification
- Overrides:
readExternal
in classMutableCompositeModification
- Throws:
IOException
ClassNotFoundException
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternal
in interfaceExternalizable
- Specified by:
writeExternal
in interfaceModification
- Overrides:
writeExternal
in classMutableCompositeModification
- Throws:
IOException
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classVersionedExternalizableMessage
-