| 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 | 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 | 
|---|---|
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. | 
| 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. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.