Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<PostCanCommitStep> |
DataTreeCommitCohort.canCommit(Object txId,
Collection<DataTreeModification<T>> modifications)
Validates the supplied data tree modifications and associates the cohort-specific steps with data broker
transaction.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.util.concurrent.FluentFuture<PostCanCommitStep> |
PostCanCommitStep.NOOP_SUCCESSFUL_FUTURE |
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.