Class PruningDataTreeModification.Reactive

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

public static final class PruningDataTreeModification.Reactive extends PruningDataTreeModification
A PruningDataTreeModification which performs pruning only when an operation results in an SchemaValidationFailedException. This offers superior performance in the normal case of not needing pruning.