P
- Path TypeD
- Data Type@Deprecated public interface DataReader<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Reader is requested to return object at specified path and all it's subnodes known to the reader or null if node is not found in this reader.
Modifier and Type | Method and Description |
---|---|
D |
readConfigurationData(P path)
Deprecated.
|
D |
readOperationalData(P path)
Deprecated.
Reads data from Operational data store located at provided path.
|
Copyright © 2019 OpenDaylight. All rights reserved.