Uses of Interface
org.gcube.common.clients.cache.EndpointCache
-
Packages that use EndpointCache Package Description org.gcube.common.clients.builders org.gcube.common.clients.cache org.gcube.common.clients.config -
-
Uses of EndpointCache in org.gcube.common.clients.builders
Constructors in org.gcube.common.clients.builders with parameters of type EndpointCache Constructor Description AbstractBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.AbstractSingletonBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.AbstractStatefulBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.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 EndpointCache in org.gcube.common.clients.cache
Classes in org.gcube.common.clients.cache that implement EndpointCache Modifier and Type Class Description classDefaultEndpointCache<A>Base implementation ofEndpointCache. -
Uses of EndpointCache in org.gcube.common.clients.config
Methods in org.gcube.common.clients.config that return EndpointCache Modifier and Type Method Description EndpointCache<A>DiscoveryConfig. cache()Returns the address cache used by the proxy.Constructors in org.gcube.common.clients.config with parameters of type EndpointCache Constructor Description DiscoveryConfig(ProxyPlugin<A,S,?> plugin, Query<A> query, EndpointCache<A> cache)Creates an instance with a givenProxyPlugin,Queryand call timeout.
-