|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointCache | |
|---|---|
| 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 | |
|---|---|
AbstractBuilder(ProxyPlugin<A,S,P> plugin,
EndpointCache<A> cache,
Property<?>... properties)
Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys. |
|
AbstractSingletonBuilder(ProxyPlugin<A,S,P> plugin,
EndpointCache<A> cache,
Property<?>... properties)
Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys. |
|
AbstractStatefulBuilder(ProxyPlugin<A,S,P> plugin,
EndpointCache<A> cache,
Property<?>... properties)
Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys. |
|
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 EndpointCache in org.gcube.common.clients.cache |
|---|
| Classes in org.gcube.common.clients.cache that implement EndpointCache | |
|---|---|
class |
DefaultEndpointCache<A>
Base implementation of EndpointCache. |
| Uses of EndpointCache in org.gcube.common.clients.config |
|---|
| Methods in org.gcube.common.clients.config that return EndpointCache | |
|---|---|
EndpointCache<A> |
DiscoveryConfig.cache()
Returns the address cache used by the proxy. |
| Constructors in org.gcube.common.clients.config with parameters of type EndpointCache | |
|---|---|
DiscoveryConfig(ProxyPlugin<A,S,?> plugin,
Query<A> query,
EndpointCache<A> cache)
Creates an instance with a given ProxyPlugin, Query and call timeout. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||