@Beta
public interface DataTreeCommitCohortRegistry
See DataTreeCommitCohort
for more details.
Modifier and Type | Method and Description |
---|---|
<D extends TreeNode,T extends DataTreeCommitCohort<D>> |
registerCommitCohort(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 TreeNode,T extends DataTreeCommitCohort<D>> org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerCommitCohort(DataTreeIdentifier<D> subtree, T cohort)
D
- data typeT
- cohort typesubtree
- Subtree path on which commit cohort operates.cohort
- Commit cohortCopyright © 2019 OpenDaylight. All rights reserved.