P
- Type of path (subtree identifier), which represents location
in treeD
- Type of data (payload), which represents data payloadpublic static interface AsyncConfigurationCommitHandler.ConfigurationCommitRequest<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Modifier and Type | Method and Description |
---|---|
Iterable<P> |
getCreatedPaths()
Returns iteration of paths, to data which was introduced by this transaction.
|
AsyncReadTransaction<P,D> |
getReadOnlyView()
Read-only transaction which provides access only to configuration
data tree as if submitted transaction successfully happened and
no other concurrent modifications happened between allocation
of client transactions and write of client transactions.
|
Iterable<P> |
getRemovedPaths()
Returns iteration of paths, to data which was removed by this transaction.
|
Iterable<P> |
getUpdatedPaths()
Returns iteration of paths, to data which was updated by this transaction.
|
AsyncReadTransaction<P,D> getReadOnlyView()
Iterable<P> getCreatedPaths()
Iterable<P> getUpdatedPaths()
Copyright © 2019 OpenDaylight. All rights reserved.