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 TypeMethodDescriptionvoidapply(DOMStoreWriteTransaction transaction) Deprecated, for removal: This API element is subject to removal in a future version.Apply the modification to the specified transaction.voidapply(DataTreeModification transaction) Deprecated, for removal: This API element is subject to removal in a future version.Apply the modification to the specified transaction.static MergeModificationfromStream(NormalizedNodeDataInput in, short version, ReusableStreamReceiver receiver) Deprecated, for removal: This API element is subject to removal in a future version.bytegetType()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, writeToMethods 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:ModificationApply the modification to the specified transaction.- Specified by:
 applyin interfaceModification- Overrides:
 applyin classWriteModification- Parameters:
 transaction- the transaction
 - 
apply
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ModificationApply the modification to the specified transaction.- Specified by:
 applyin interfaceModification- Overrides:
 applyin 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:
 getTypein interfaceModification- Overrides:
 getTypein 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
 
 -