Uses of Interface
org.gcube.common.clients.queries.Query

Packages that use Query
org.gcube.common.clients.builders   
org.gcube.common.clients.cache   
org.gcube.common.clients.config   
org.gcube.common.clients.queries   
 

Uses of Query in org.gcube.common.clients.builders
 

Methods in org.gcube.common.clients.builders with parameters of type Query
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.matching(Query<A> query)
           
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.Builder.matching(Query<A> query)
          Configures a query for service instances.
 SingletonBuilderAPI.SecondClause<P> AbstractSingletonBuilder.matching(Query<A> query)
           
 SingletonBuilderAPI.SecondClause<P> SingletonBuilderAPI.Builder.matching(Query<A> query)
          Configures a query for service instances.
protected  void AbstractBuilder.setQuery(Query<A> query)
          Sets the query.
 

Constructors in org.gcube.common.clients.builders with parameters of type Query
AbstractStatelessBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Query<A> query, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, an EndpointCache, a Query, and zero or more default Propertys.
 

Uses of Query in org.gcube.common.clients.cache
 

Methods in org.gcube.common.clients.cache with parameters of type Query
static Key Key.key(String name, Query<?> query)
          Creates a Key with a given service name and Query
 

Uses of Query in org.gcube.common.clients.config
 

Methods in org.gcube.common.clients.config that return Query
 Query<A> DiscoveryConfig.query()
          Returns the query used by the proxy.
 

Constructors in org.gcube.common.clients.config with parameters of type Query
DiscoveryConfig(ProxyPlugin<A,S,?> plugin, Query<A> query, EndpointCache<A> cache)
          Creates an instance with a given ProxyPlugin, Query and call timeout.
 

Uses of Query in org.gcube.common.clients.queries
 

Classes in org.gcube.common.clients.queries that implement Query
 class AbstractQuery<A,R>
          Partial implementation of Querys.
 



Copyright © 2012. All Rights Reserved.