Class AbstractModification
java.lang.Object
org.opendaylight.controller.cluster.datastore.modification.AbstractModification
- All Implemented Interfaces:
Externalizable
,Serializable
,Modification
- Direct Known Subclasses:
DeleteModification
,WriteModification
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) protected
AbstractModification
(short version, YangInstanceIdentifier path) protected
-
Method Summary
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) -
AbstractModification
-
AbstractModification
-
-
Method Details
-
setPath
-
getPath
-
getVersion
public short getVersion()
-