public interface DataTreeCommitCohortRegistry
See DataTreeCommitCohort
for more details.
Modifier and Type | Method and Description |
---|---|
<D extends DataObject,T extends DataTreeCommitCohort<D>> |
registerCommitCohort(@NonNull DataTreeIdentifier<D> subtree,
T cohort)
Register commit cohort which will participate in three-phase commit protocols of write
transaction in data broker associated with this instance of extension.
|
<D extends DataObject,T extends DataTreeCommitCohort<D>> @NonNull org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerCommitCohort(@NonNull DataTreeIdentifier<D> subtree, T cohort)
subtree
- Subtree path on which commit cohort operates.cohort
- Commit cohortCopyright © 2019 OpenDaylight. All rights reserved.