public interface DataTree extends DataTreeTip
| Modifier and Type | Method and Description |
|---|---|
void |
commit(DataTreeCandidate candidate)
Commit a data tree candidate.
|
YangInstanceIdentifier |
getRootPath()
Get the root path of this data tree.
|
void |
setSchemaContext(SchemaContext newSchemaContext)
Make the data tree use a new schema context.
|
DataTreeSnapshot |
takeSnapshot()
Take a read-only point-in-time snapshot of the tree.
|
equals, hashCode, prepare, validateDataTreeSnapshot takeSnapshot()
void setSchemaContext(SchemaContext newSchemaContext)
newSchemaContext - new SchemaContextIllegalArgumentException - if the new context is incompatiblevoid commit(DataTreeCandidate candidate)
candidate - data tree candidateYangInstanceIdentifier getRootPath()
Copyright © 2019 OpenDaylight. All rights reserved.