Uses of Interface
org.gcube.common.clients.cache.EndpointCache
Packages that use EndpointCache
Package
Description
-
Uses of EndpointCache in org.gcube.common.clients.builders
Constructors in org.gcube.common.clients.builders with parameters of type EndpointCacheModifierConstructorDescriptionprotectedAbstractBuilder(ProxyPlugin<A, S, P> plugin, EndpointCache<A> cache, Property<?>... properties) Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.protectedAbstractSingletonBuilder(ProxyPlugin<A, S, P> plugin, EndpointCache<A> cache, Property<?>... properties) Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.protectedAbstractStatefulBuilder(ProxyPlugin<A, S, P> plugin, EndpointCache<A> cache, Property<?>... properties) Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.protectedAbstractStatelessBuilder(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 -
Uses of EndpointCache in org.gcube.common.clients.config
Methods in org.gcube.common.clients.config that return EndpointCacheModifier and TypeMethodDescriptionDiscoveryConfig.cache()Returns the address cache used by the proxy.Constructors in org.gcube.common.clients.config with parameters of type EndpointCacheModifierConstructorDescriptionDiscoveryConfig(ProxyPlugin<A, S, ?> plugin, Query<A> query, EndpointCache<A> cache) Creates an instance with a givenProxyPlugin,Queryand call timeout.