public interface ReadTransaction extends AsyncReadTransaction<InstanceIdentifier<?>,DataObject>
For more information on usage and examples, please see the documentation in
AsyncReadTransaction
.
Modifier and Type | Method and Description |
---|---|
<T extends DataObject> |
read(LogicalDatastoreType store,
InstanceIdentifier<T> path)
Reads data from the provided logical data store located at the provided path.
|
close
getIdentifier
<T extends DataObject> com.google.common.util.concurrent.FluentFuture<Optional<T>> read(LogicalDatastoreType store, InstanceIdentifier<T> path)
If the target is a subtree, then the whole subtree is read (and will be accessible from the returned data object).
store
- Logical data store from which read should occur.path
- Path which uniquely identifies subtree which client want to
readReadFailedException
or an exception derived from ReadFailedException.Copyright © 2019 OpenDaylight. All rights reserved.