Uses of Class
io.tarantool.driver.cluster.HTTPClusterDiscoveryEndpoint.Builder
-
Packages that use HTTPClusterDiscoveryEndpoint.Builder Package Description io.tarantool.driver.cluster Service discovery mechanism and providers -
-
Uses of HTTPClusterDiscoveryEndpoint.Builder in io.tarantool.driver.cluster
Methods in io.tarantool.driver.cluster that return HTTPClusterDiscoveryEndpoint.Builder Modifier and Type Method Description static HTTPClusterDiscoveryEndpoint.BuilderHTTPClusterDiscoveryEndpoint. builder()Builder forHTTPClusterDiscoveryEndpointHTTPClusterDiscoveryEndpoint.BuilderHTTPClusterDiscoveryEndpoint.Builder. withConnectTimeout(int connectTimeout)Specify the connection timeout for discovery endpointHTTPClusterDiscoveryEndpoint.BuilderHTTPClusterDiscoveryEndpoint.Builder. withReadTimeout(int readTimeout)Specify the read timeout for discovery endpoint connectionHTTPClusterDiscoveryEndpoint.BuilderHTTPClusterDiscoveryEndpoint.Builder. withURI(String uri)Specify the cluster discovery endpoint URI
-