Uses of Interface
org.opendaylight.mdsal.binding.api.DataTreeModification
-
Packages that use DataTreeModification Package Description org.opendaylight.mdsal.binding.api -
-
Uses of DataTreeModification in org.opendaylight.mdsal.binding.api
Method parameters in org.opendaylight.mdsal.binding.api with type arguments of type DataTreeModification Modifier and Type Method Description @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 Collection<DataTreeModification<T>> changes)
Invoked when there was data change for the supplied path, which was used to register this listener.void
DataTreeListener. onDataTreeChanged(@NonNull Collection<DataTreeModification<?>> changes, @NonNull Map<DataTreeIdentifier<?>,DataObject> subtrees)
Invoked whenever one or more registered subtrees change.
-