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>
Commit Request contains list view of created / updated / removed path and read-only view of proposed client transaction, which may be used to retrieve modified or referenced data.
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()
Implementations of Commit Handlers are REQUIRED to use this read-only view to access any data from configuration data tree, in order to capture them as preconditions for this transaction.
Iterable<P> getCreatedPaths()
Iterable<P> getUpdatedPaths()
Copyright © 2019 OpenDaylight. All rights reserved.