Uses of Interface
org.gcube.common.clients.queries.Query
Packages that use Query
Package
Description
-
Uses of Query in org.gcube.common.clients.builders
Methods in org.gcube.common.clients.builders with parameters of type QueryModifier and TypeMethodDescriptionConfigures a query for service instances.Configures a query for service instances.protected voidSets the query.Constructors in org.gcube.common.clients.builders with parameters of type QueryModifierConstructorDescriptionprotectedAbstractStatelessBuilder(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 -
Uses of Query in org.gcube.common.clients.config
Methods in org.gcube.common.clients.config that return QueryConstructors in org.gcube.common.clients.config with parameters of type QueryModifierConstructorDescriptionDiscoveryConfig(ProxyPlugin<A, S, ?> plugin, Query<A> query, EndpointCache<A> cache) Creates an instance with a givenProxyPlugin,Queryand call timeout.