java.lang.Object
org.opendaylight.controller.cluster.datastore.modification.AbstractModification
All Implemented Interfaces:
Externalizable, Serializable, Modification
Direct Known Subclasses:
DeleteModification, WriteModification

@Deprecated(since="9.0.0", forRemoval=true) public abstract class AbstractModification extends Object implements Modification
Deprecated, for removal: This API element is subject to removal in a future version.
Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction.
See Also:
  • Constructor Details

    • AbstractModification

      protected AbstractModification(short version)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractModification

      protected AbstractModification(short version, YangInstanceIdentifier path)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractModification

      protected AbstractModification(YangInstanceIdentifier path)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setPath

      protected void setPath(YangInstanceIdentifier path)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPath

      public YangInstanceIdentifier getPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVersion

      public short getVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.