Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<PostCanCommitStep,DataValidationFailedException> |
DataTreeCommitCohort.canCommit(Object txId,
DataTreeModification<T> modification) |
Modifier and Type | Method and Description |
---|---|
void |
DataTreeCommitCohort.canCommit(Object txId,
DataTreeModification<T> modification,
BiConsumer<DataValidationFailedException,PostCanCommitStep> callback)
Performs canCommit? message in three-phase commit algorithm.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<PostCanCommitStep,DataValidationFailedException> |
BindingDOMDataTreeCommitCohortAdapter.canCommit(Object txId,
DOMDataTreeCandidate candidate,
org.opendaylight.yangtools.yang.model.api.SchemaContext ctx) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.util.concurrent.CheckedFuture<PostCanCommitStep,DataValidationFailedException> |
PostCanCommitStep.NOOP_SUCCESS_FUTURE
Successful future, returning
PostCanCommitStep.NOOP implementation of PostCanCommitStep s. |
Modifier and Type | Method and Description |
---|---|
protected DataValidationFailedException |
DOMDataTreeCommitCohort.DataValidationFailedExceptionMapper.newWithCause(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
default com.google.common.util.concurrent.CheckedFuture<PostCanCommitStep,DataValidationFailedException> |
DOMDataTreeCommitCohort.canCommit(Object txId,
Collection<DOMDataTreeCandidate> candidates,
org.opendaylight.yangtools.yang.model.api.SchemaContext ctx)
Validates supplied data tree candidates and associates cohort-specific steps with data broker
transaction.
|
default com.google.common.util.concurrent.CheckedFuture<PostCanCommitStep,DataValidationFailedException> |
DOMDataTreeCommitCohort.canCommit(Object txId,
DOMDataTreeCandidate candidate,
org.opendaylight.yangtools.yang.model.api.SchemaContext ctx)
Deprecated.
Implement and invoke
DOMDataTreeCommitCohort.canCommit(Object, Collection, SchemaContext) instead. |
Copyright © 2019 OpenDaylight. All rights reserved.