Class AbstractModification
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:
-
Field Summary
Fields inherited from interface org.opendaylight.controller.cluster.datastore.modification.Modification
COMPOSITE, DELETE, MERGE, WRITE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractModification
(short version) Deprecated, for removal: This API element is subject to removal in a future version.protected
AbstractModification
(short version, YangInstanceIdentifier path) Deprecated, for removal: This API element is subject to removal in a future version.protected
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Deprecated, for removal: This API element is subject to removal in a future version.short
Deprecated, for removal: This API element is subject to removal in a future version.protected void
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.controller.cluster.datastore.modification.Modification
apply, apply, getType, readExternal, writeExternal, writeTo
-
Constructor Details
-
AbstractModification
protected AbstractModification(short version) Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractModification
Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractModification
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setPath
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-