Package | Description |
---|---|
org.opendaylight.mdsal.binding.javav2.api | |
org.opendaylight.mdsal.binding.javav2.dom.adapter.impl.data.tree |
Modifier and Type | Method and Description |
---|---|
<D extends TreeNode,T extends DataTreeCommitCohort<D>> |
DataTreeCommitCohortRegistry.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.
|
Modifier and Type | Method and Description |
---|---|
<D extends TreeNode,T extends DataTreeCommitCohort<D>> |
BindingDOMDataTreeCommitCohortRegistryAdapter.registerCommitCohort(DataTreeIdentifier<D> subtree,
T cohort) |
Constructor and Description |
---|
BindingDOMDataTreeCommitCohortAdapter(BindingToNormalizedNodeCodec codec,
DataTreeCommitCohort<T> cohort) |
Copyright © 2019 OpenDaylight. All rights reserved.