Class PruningDataTreeModification

java.lang.Object
com.google.common.collect.ForwardingObject
org.opendaylight.controller.cluster.datastore.utils.PruningDataTreeModification
All Implemented Interfaces:
DataTreeModification, DataTreeSnapshot, EffectiveModelContextProvider
Direct Known Subclasses:
PruningDataTreeModification.Proactive, PruningDataTreeModification.Reactive

public abstract class PruningDataTreeModification extends ForwardingObject implements DataTreeModification
The PruningDataTreeModification first removes all entries from the data which do not belong in the schemaContext before delegating it to the actual DataTreeModification.