Uses of Interface
org.gcube.common.clients.queries.Query
-
Packages that use Query Package Description org.gcube.common.clients.builders org.gcube.common.clients.cache org.gcube.common.clients.config -
-
Uses of Query in org.gcube.common.clients.builders
Methods in org.gcube.common.clients.builders with parameters of type Query Modifier and Type Method Description SingletonBuilderAPI.SecondClause<P>AbstractSingletonBuilder. matching(Query<A> query)StatefulBuilderAPI.SecondClause<P>AbstractStatefulBuilder. matching(Query<A> query)SingletonBuilderAPI.SecondClause<P>SingletonBuilderAPI.Builder. matching(Query<A> query)Configures a query for service instances.StatefulBuilderAPI.SecondClause<P>StatefulBuilderAPI.Builder. matching(Query<A> query)Configures a query for service instances.protected voidAbstractBuilder. setQuery(Query<A> query)Sets the query.Constructors in org.gcube.common.clients.builders with parameters of type Query Constructor Description AbstractStatelessBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Query<A> query, Property<?>... properties)Constructs an instance with a givenProxyPlugin, anEndpointCache, aQuery, and zero or more defaultPropertys. -
Uses of Query in org.gcube.common.clients.cache
Methods in org.gcube.common.clients.cache with parameters of type Query Modifier and Type Method Description static KeyKey. key(String name, Query<?> query) -
Uses of Query in org.gcube.common.clients.config
Methods in org.gcube.common.clients.config that return Query Modifier and Type Method Description Query<A>DiscoveryConfig. query()Returns the query used by the proxy.Constructors in org.gcube.common.clients.config with parameters of type Query Constructor Description DiscoveryConfig(ProxyPlugin<A,S,?> plugin, Query<A> query, EndpointCache<A> cache)Creates an instance with a givenProxyPlugin,Queryand call timeout.
-