public interface DOMDataTreeCommitCohortRegistry extends DOMDataBrokerExtension
DOMDataTreeWriteTransaction.
See DOMDataTreeCommitCohort for more details.| Modifier and Type | Method and Description |
|---|---|
<T extends DOMDataTreeCommitCohort> |
registerCommitCohort(DOMDataTreeIdentifier path,
T cohort)
Register commit cohort which will participate in three-phase commit protocols of
DOMDataTreeWriteTransactionin data broker associated with this instance of extension. |
<T extends DOMDataTreeCommitCohort> DOMDataTreeCommitCohortRegistration<T> registerCommitCohort(DOMDataTreeIdentifier path, T cohort)
DOMDataTreeWriteTransactionin data broker associated with this instance of extension.T - Cohort subclasspath - Subtree path on which commit cohort operates.cohort - Commit cohortCopyright © 2019 OpenDaylight. All rights reserved.