public class BindingDOMDataTreeCommitCohortRegistryAdapter extends Object implements DataTreeCommitCohortRegistry
| Modifier and Type | Method and Description |
|---|---|
protected BindingToNormalizedNodeCodec |
getCodec() |
T |
getDelegate() |
<D extends DataObject,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.
|
public <D extends DataObject,T extends DataTreeCommitCohort<D>> org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerCommitCohort(DataTreeIdentifier<D> subtree, T cohort)
DataTreeCommitCohortRegistryregisterCommitCohort in interface DataTreeCommitCohortRegistrysubtree - Subtree path on which commit cohort operates.cohort - Commit cohortpublic final T getDelegate()
getDelegate in interface org.opendaylight.yangtools.concepts.Delegator<T>protected final BindingToNormalizedNodeCodec getCodec()
Copyright © 2019 OpenDaylight. All rights reserved.