public interface DOMDataTreeCursorProvider
Modifier and Type | Method and Description |
---|---|
DOMDataTreeCursor |
createCursor(DOMDataTreeIdentifier path)
Create a new
DataTreeModificationCursor at specified path. |
@Nullable DOMDataTreeCursor createCursor(@Nonnull DOMDataTreeIdentifier path)
DataTreeModificationCursor
at specified path. May fail if specified path
does not exist.path
- Path at which the cursor is to be anchoredIllegalStateException
- if there is another cursor currently open, or the transaction
is already closed (closed or submitted).Copyright © 2019 OpenDaylight. All rights reserved.