Uses of Interface
org.opendaylight.mdsal.binding.api.query.QueryResult
Packages that use QueryResult
Package
Description
Simple type-safe query language based on YANG concepts as manifested by its Java Bindings.
-
Uses of QueryResult in org.opendaylight.mdsal.binding.api
Methods in org.opendaylight.mdsal.binding.api that return types with arguments of type QueryResultModifier and TypeMethodDescription<T extends @NonNull DataObject>
@NonNull FluentFuture<QueryResult<T>>QueryOperations.execute
(@NonNull LogicalDatastoreType store, @NonNull QueryExpression<T> query) Executes a query on the provided logical data store. -
Uses of QueryResult in org.opendaylight.mdsal.binding.api.query
Methods in org.opendaylight.mdsal.binding.api.query that return QueryResultModifier and TypeMethodDescription<T extends DataObject>
QueryResult<T>QueryExecutor.executeQuery
(QueryExpression<T> query) -
Uses of QueryResult in org.opendaylight.mdsal.binding.dom.adapter.query
Methods in org.opendaylight.mdsal.binding.dom.adapter.query that return QueryResultModifier and TypeMethodDescription<T extends @NonNull DataObject>
QueryResult<T>SimpleQueryExecutor.executeQuery
(QueryExpression<T> query) DefaultQuery.toQueryResult
(DOMQueryResult domResult) -
Uses of QueryResult in org.opendaylight.mdsal.binding.util
Methods in org.opendaylight.mdsal.binding.util that return types with arguments of type QueryResultModifier and TypeMethodDescription<T extends @NonNull DataObject>
FluentFuture<QueryResult<T>>TypedReadTransaction.execute
(QueryExpression<T> query) Executes aQueryExpression
.