| Package | Description | 
|---|---|
| org.opendaylight.mdsal.binding.javav2.api | |
| org.opendaylight.mdsal.binding.javav2.dom.codec.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 | 
|---|---|
void | 
DataTreeListener.onDataTreeChanged(Collection<DataTreeModification<?>> changes,
                 Map<DataTreeIdentifier<?>,TreeNode> subtrees)
Invoked whenever one or more registered subtrees change. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LazyDataTreeModification<T extends TreeNode>
Lazily translated  
DataTreeModification based on DataTreeCandidate. | 
| 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 | 
|---|---|
static <T extends TreeNode> | 
LazyDataTreeModification.from(BindingToNormalizedNodeCodec codec,
    Collection<org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate> domChanges,
    LogicalDatastoreType datastoreType)
DOM data changes to new Binding data. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.