Uses of Class
org.gcube.common.clients.config.Property
-
Packages that use Property Package Description org.gcube.common.clients.builders org.gcube.common.clients.config -
-
Uses of Property in org.gcube.common.clients.builders
Methods in org.gcube.common.clients.builders with parameters of type Property Modifier and Type Method Description protected voidAbstractBuilder. addProperty(Property<?> property)Adds a custom property.SingletonBuilderAPI.SecondClause<P>AbstractSingletonBuilder. with(Property<?> property)StatefulBuilderAPI.SecondClause<P>AbstractStatefulBuilder. with(Property<?> property)StatelessBuilderAPI.Builder<P>AbstractStatelessBuilder. with(Property<?> property)SingletonBuilderAPI.SecondClause<P>SingletonBuilderAPI.SecondClause. with(Property<?> property)Set a configuration property for the proxy.StatefulBuilderAPI.SecondClause<P>StatefulBuilderAPI.SecondClause. with(Property<?> property)Set a configuration property for the proxy.StatelessBuilderAPI.Builder<P>StatelessBuilderAPI.Builder. with(Property<?> property)Set a configuration property for the proxy.Constructors in org.gcube.common.clients.builders with parameters of type Property 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 Property in org.gcube.common.clients.config
Methods in org.gcube.common.clients.config that return Property Modifier and Type Method Description static Property<Boolean>Property. sticky_session(boolean value)Return the sticky sessionProperty.static Property<Long>Property. timeout(long value)Return the call timeoutProperty.static Property<Long>Property. timeout(long duration, TimeUnit unit)Return the call timeoutProperty.Methods in org.gcube.common.clients.config with parameters of type Property Modifier and Type Method Description voidAbstractConfig. addProperty(Property<?> property)voidProxyConfig. addProperty(Property<?> property)Adds a custom property to the configuration.
-