Class PruningDataTreeModification.Proactive

java.lang.Object
com.google.common.collect.ForwardingObject
org.opendaylight.controller.cluster.datastore.utils.PruningDataTreeModification
org.opendaylight.controller.cluster.datastore.utils.PruningDataTreeModification.Proactive
All Implemented Interfaces:
DataTreeModification, DataTreeSnapshot
Enclosing class:
PruningDataTreeModification

public static final class PruningDataTreeModification.Proactive extends PruningDataTreeModification
A PruningDataTreeModification which always performs pruning before attempting an operation. This sacrifices performance to ensure all data has passed through the pruner -- such that data adaptations are performed.