Package | Description |
---|---|
org.opendaylight.mdsal.binding.javav2.api | |
org.opendaylight.mdsal.binding.javav2.dom.adapter.impl.data.tree | |
org.opendaylight.mdsal.common.api |
Modifier and Type | Method and Description |
---|---|
void |
DataTreeCommitCohort.canCommit(Object txId,
Collection<DataTreeModification<T>> modifications,
BiConsumer<DataValidationFailedException,PostCanCommitStep> callback)
Performs canCommit? message in three-phase commit algorithm.
|
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 | Field and Description |
---|---|
static PostCanCommitStep |
PostCanCommitStep.NOOP
No-op implementation of abort, pre-commit and commit steps.
|
Copyright © 2019 OpenDaylight. All rights reserved.