Uses of Interface
org.opendaylight.mdsal.binding.api.DataTreeModification
Packages that use DataTreeModification
-
Uses of DataTreeModification in org.opendaylight.mdsal.binding.api
Method parameters in org.opendaylight.mdsal.binding.api with type arguments of type DataTreeModificationModifier and TypeMethodDescription@NonNull FluentFuture<PostCanCommitStep>
DataTreeCommitCohort.canCommit
(@NonNull Object txId, @NonNull Collection<DataTreeModification<T>> modifications) Validates the supplied data tree modifications and associates the cohort-specific steps with data broker transaction.void
DataTreeChangeListener.onDataTreeChanged
(@NonNull List<DataTreeModification<T>> changes) Invoked when there was data change for the supplied path, which was used to register this listener.