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.intDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisReady()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.voidsetDoCommitOnReady(boolean doCommitOnReady) Deprecated, for removal: This API element is subject to removal in a future version.voidsetReady()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.voidsetTotalMessagesSent(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.voidDeprecated, 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, writeToMethods 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:
readExternalin interfaceExternalizable- Specified by:
readExternalin interfaceModification- Overrides:
readExternalin classMutableCompositeModification- Throws:
IOExceptionClassNotFoundException
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternalin interfaceExternalizable- Specified by:
writeExternalin interfaceModification- Overrides:
writeExternalin classMutableCompositeModification- Throws:
IOException
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classVersionedExternalizableMessage
-