Uses of Class
uk.gov.gchq.gaffer.proxystore.ProxyStore.Builder
-
Packages that use ProxyStore.Builder Package Description uk.gov.gchq.gaffer.proxystore The Gaffer ProxyStore implementation. -
-
Uses of ProxyStore.Builder in uk.gov.gchq.gaffer.proxystore
Methods in uk.gov.gchq.gaffer.proxystore that return ProxyStore.Builder Modifier and Type Method Description ProxyStore.BuilderProxyStore.Builder. connectTimeout(int timeout)ProxyStore.BuilderProxyStore.Builder. contextRoot(String contextRoot)ProxyStore.BuilderProxyStore.Builder. graphId(String graphId)ProxyStore.BuilderProxyStore.Builder. host(String host)ProxyStore.BuilderProxyStore.Builder. jsonSerialiser(Class<? extends JSONSerialiser> serialiserClass)ProxyStore.BuilderProxyStore.Builder. port(int port)ProxyStore.BuilderProxyStore.Builder. readTimeout(int timeout)
-