| Package | Description |
|---|---|
| org.gcube.common.clients.builders | |
| org.gcube.common.clients.cache | |
| org.gcube.common.clients.config |
| Constructor and Description |
|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEndpointCache<A>
Base implementation of
EndpointCache. |
| Modifier and Type | Method and Description |
|---|---|
EndpointCache<A> |
DiscoveryConfig.cache()
Returns the address cache used by the proxy.
|
| Constructor and Description |
|---|
DiscoveryConfig(ProxyPlugin<A,S,?> plugin,
Query<A> query,
EndpointCache<A> cache)
Creates an instance with a given
ProxyPlugin, Query and call timeout. |
Copyright © 2017. All Rights Reserved.