| Modifier and Type | Method and Description | 
|---|---|
static <T extends TreeNode> | 
DataTreeIdentifier.create(LogicalDatastoreType datastoreType,
      InstanceIdentifier<T> rootIdentifier)  | 
DataTreeIdentifier<T> | 
DataTreeModification.getRootPath()
Get the modification root path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DataTreeIdentifier.contains(DataTreeIdentifier<?> other)
Checks whether this identifier contains some other. 
 | 
<T extends TreeNode> | 
DataTreeCursorProvider.createCursor(DataTreeIdentifier<T> path)
Create a new  
DataTreeCursor at specified path. | 
<T extends TreeNode> | 
CursorAwareWriteTransaction.createCursor(DataTreeIdentifier<T> path)
Create a  
DataTreeWriteCursor anchored at the specified path. | 
<D extends TreeNode,T extends DataTreeCommitCohort<D>> | 
DataTreeCommitCohortRegistry.registerCommitCohort(DataTreeIdentifier<D> subtree,
                    T cohort)
Register commit cohort which will participate in three-phase commit protocols of write
 transaction in data broker associated with this instance of extension. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataTreeProducer | 
DataTreeProducer.createProducer(Collection<DataTreeIdentifier<?>> subtrees)
Create a producer, which is able to access to a set of trees. 
 | 
DataTreeProducer | 
DataTreeProducerFactory.createProducer(Collection<DataTreeIdentifier<?>> subtrees)
Create a producer, which is able to access to a set of trees. 
 | 
void | 
DataTreeListener.onDataTreeChanged(Collection<DataTreeModification<?>> changes,
                 Map<DataTreeIdentifier<?>,TreeNode> subtrees)
Invoked whenever one or more registered subtrees change. 
 | 
<T extends DataTreeListener> | 
DataTreeService.registerListener(T listener,
                Collection<DataTreeIdentifier<?>> subtrees,
                boolean allowRxMerges,
                Collection<DataTreeProducer> producers)
Register a  
DataTreeListener instance. | 
| Modifier and Type | Method and Description | 
|---|---|
DataTreeProducer | 
BindingDOMDataBrokerAdapter.createProducer(Collection<DataTreeIdentifier<?>> subtrees)  | 
<T extends DataTreeListener> | 
BindingDOMDataBrokerAdapter.registerListener(T listener,
                Collection<DataTreeIdentifier<?>> subtrees,
                boolean allowRxMerges,
                Collection<DataTreeProducer> producers)  | 
| Modifier and Type | Method and Description | 
|---|---|
<P extends TreeNode> | 
BindingDOMCursorAwareWriteTransactionAdapter.createCursor(DataTreeIdentifier<P> path)  | 
<D extends TreeNode,T extends DataTreeCommitCohort<D>> | 
BindingDOMDataTreeCommitCohortRegistryAdapter.registerCommitCohort(DataTreeIdentifier<D> subtree,
                    T cohort)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataTreeProducer | 
BindingDOMDataTreeServiceAdapter.createProducer(Collection<DataTreeIdentifier<?>> subtrees)  | 
DataTreeProducer | 
BindingDOMDataTreeProducerAdapter.createProducer(Collection<DataTreeIdentifier<?>> subtrees)  | 
<T extends DataTreeListener> | 
BindingDOMDataTreeServiceAdapter.registerListener(T listener,
                Collection<DataTreeIdentifier<?>> subtrees,
                boolean allowRxMerges,
                Collection<DataTreeProducer> producers)  | 
| Constructor and Description | 
|---|
BindingDOMDataTreeWriteCursorAdapter(DataTreeIdentifier<?> path,
                                    T delegate,
                                    BindingToNormalizedNodeCodec codec)  | 
| Modifier and Type | Method and Description | 
|---|---|
DOMDataTreeIdentifier | 
BindingToNormalizedNodeCodec.toDOMDataTreeIdentifier(DataTreeIdentifier<?> path)
Create new DOM data tree identifier from Binding data tree identifier. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<DOMDataTreeIdentifier> | 
BindingToNormalizedNodeCodec.toDOMDataTreeIdentifiers(Collection<DataTreeIdentifier<?>> subtrees)
Binding subtree identifiers to DOM subtree identifiers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataTreeIdentifier<T> | 
LazyDataTreeModification.getRootPath()  | 
Copyright © 2018 OpenDaylight. All rights reserved.