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.Builder
HTTPClusterDiscoveryEndpoint. builder()
Builder forHTTPClusterDiscoveryEndpoint
HTTPClusterDiscoveryEndpoint.Builder
HTTPClusterDiscoveryEndpoint.Builder. withConnectTimeout(int connectTimeout)
Specify the connection timeout for discovery endpointHTTPClusterDiscoveryEndpoint.Builder
HTTPClusterDiscoveryEndpoint.Builder. withReadTimeout(int readTimeout)
Specify the read timeout for discovery endpoint connectionHTTPClusterDiscoveryEndpoint.Builder
HTTPClusterDiscoveryEndpoint.Builder. withURI(String uri)
Specify the cluster discovery endpoint URI
-