Class MergeModification
java.lang.Object
org.opendaylight.controller.cluster.datastore.modification.AbstractModification
org.opendaylight.controller.cluster.datastore.modification.WriteModification
org.opendaylight.controller.cluster.datastore.modification.MergeModification
- All Implemented Interfaces:
Externalizable
,Serializable
,Modification
@Deprecated(since="9.0.0",
forRemoval=true)
public final class MergeModification
extends WriteModification
Deprecated, for removal: This API element is subject to removal in a future version.
MergeModification stores all the parameters required to merge data into the specified path.
- 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.MergeModification
(short version) Deprecated, for removal: This API element is subject to removal in a future version.MergeModification
(YangInstanceIdentifier path, NormalizedNode data) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(DOMStoreWriteTransaction transaction) Deprecated, for removal: This API element is subject to removal in a future version.Apply the modification to the specified transaction.void
apply
(DataTreeModification transaction) Deprecated, for removal: This API element is subject to removal in a future version.Apply the modification to the specified transaction.static MergeModification
fromStream
(NormalizedNodeDataInput in, short version, ReusableStreamReceiver receiver) Deprecated, for removal: This API element is subject to removal in a future version.byte
getType()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.modification.WriteModification
getData, readExternal, writeExternal, writeTo
Methods inherited from class org.opendaylight.controller.cluster.datastore.modification.AbstractModification
getPath, getVersion, setPath
-
Constructor Details
-
MergeModification
public MergeModification()Deprecated, for removal: This API element is subject to removal in a future version. -
MergeModification
public MergeModification(short version) Deprecated, for removal: This API element is subject to removal in a future version. -
MergeModification
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Modification
Apply the modification to the specified transaction.- Specified by:
apply
in interfaceModification
- Overrides:
apply
in classWriteModification
- Parameters:
transaction
- the transaction
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Modification
Apply the modification to the specified transaction.- Specified by:
apply
in interfaceModification
- Overrides:
apply
in classWriteModification
- Parameters:
transaction
- the transaction
-
getType
public byte getType()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getType
in interfaceModification
- Overrides:
getType
in classWriteModification
-
fromStream
public static MergeModification fromStream(NormalizedNodeDataInput in, short version, ReusableStreamReceiver receiver) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-