| Class and Description |
|---|
| CursorAwareDataTreeModification
A
DataTreeModification which allows creation of a DataTreeModificationCursor. |
| CursorAwareDataTreeSnapshot
A
DataTreeSnapshot which allows creation of a DataTreeSnapshotCursor. |
| DataTree
Interface representing a data tree which can be modified in an MVCC fashion.
|
| DataTreeCandidate
An encapsulation of a validated data tree modification.
|
| DataTreeCandidateNode
A single node within a
DataTreeCandidate. |
| DataTreeCandidateTip
A
DataTreeCandidate which is also a DataTreeTip. |
| DataTreeConfiguration
DataTree configuration class.
|
| DataTreeConfiguration.Builder |
| DataTreeModification
Class encapsulation of set of modifications to a base tree.
|
| DataTreeModificationCursor
Extension to the
DataTreeSnapshotCursor which allows modifying the data tree. |
| DataTreeSnapshot
Read-only snapshot of a
DataTree. |
| DataTreeSnapshotCursor
A cursor holding a logical position within a
DataTreeSnapshot. |
| DataTreeTip
Tip of a data tree instance.
|
| DataValidationFailedException
Exception thrown when a proposed change fails validation before being applied into the datastore.
|
| ModificationType
Enumeration of all possible node modification states.
|
| StoreTreeNode
A tree node which has references to its child leaves.
|
| TipProducingDataTreeTip
A
DataTreeCandidateTip which produces DataTreeCandidateTips from its
TipProducingDataTreeTip.prepare(DataTreeModification) method. |
| TreeType |
| Class and Description |
|---|
| StoreTreeNode
A tree node which has references to its child leaves.
|
| Class and Description |
|---|
| DataTreeCandidate
An encapsulation of a validated data tree modification.
|
| Class and Description |
|---|
| DataTree
Interface representing a data tree which can be modified in an MVCC fashion.
|
| DataTreeConfiguration
DataTree configuration class.
|
| DataTreeFactory
Factory interface for creating data trees.
|
| DataValidationFailedException
Exception thrown when a proposed change fails validation before being applied into the datastore.
|
| TipProducingDataTree
A
DataTree which produces DataTreeCandidateTip candidates,
thus allowing existence of multiple candidates, which can be DataTree.commit(DataTreeCandidate)ed
in sequence. |
| TreeType |
Copyright © 2018 OpenDaylight. All rights reserved.