Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<PostCanCommitStep> |
BindingDOMDataTreeCommitCohortAdapter.canCommit(Object txId,
org.opendaylight.yangtools.yang.model.api.SchemaContext ctx,
Collection<DOMDataTreeCandidate> candidates) |
Modifier and Type | Method and Description |
---|---|
static <T extends TreeNode> |
LazyDataTreeModification.create(BindingToNormalizedNodeCodec codec,
DOMDataTreeCandidate candidate)
Create instance of Binding date tree modification according to DOM candidate of changes.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<PostCanCommitStep> |
DOMDataTreeCommitCohort.canCommit(Object txId,
org.opendaylight.yangtools.yang.model.api.SchemaContext ctx,
Collection<DOMDataTreeCandidate> candidates)
Validates the supplied data tree modifications and associates the cohort-specific steps with data broker
transaction.
|
Copyright © 2019 OpenDaylight. All rights reserved.