Package | Description |
---|---|
org.opendaylight.mdsal.binding.api |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<PostCanCommitStep> |
DataTreeCommitCohort.canCommit(Object txId,
Collection<DataTreeModification<T>> modifications)
Validates the supplied data tree modifications and associates the cohort-specific steps with data broker
transaction.
|
void |
DataTreeListener.onDataTreeChanged(Collection<DataTreeModification<?>> changes,
Map<DataTreeIdentifier<?>,DataObject> subtrees)
Invoked whenever one or more registered subtrees change.
|
void |
DataTreeChangeListener.onDataTreeChanged(Collection<DataTreeModification<T>> changes)
Invoked when there was data change for the supplied path, which was used
to register this listener.
|
Copyright © 2019 OpenDaylight. All rights reserved.