Uses of Class
io.tarantool.driver.cluster.BinaryClusterDiscoveryEndpoint.Builder
-
Packages that use BinaryClusterDiscoveryEndpoint.Builder Package Description io.tarantool.driver.cluster Service discovery mechanism and providers -
-
Uses of BinaryClusterDiscoveryEndpoint.Builder in io.tarantool.driver.cluster
Methods in io.tarantool.driver.cluster that return BinaryClusterDiscoveryEndpoint.Builder Modifier and Type Method Description static BinaryClusterDiscoveryEndpoint.BuilderBinaryClusterDiscoveryEndpoint. builder()Builder forBinaryClusterDiscoveryEndpointBinaryClusterDiscoveryEndpoint.BuilderBinaryClusterDiscoveryEndpoint.Builder. withClientConfig(TarantoolClientConfig clientConfig)Specify the client configuration for connecting to the discovery endpoints.BinaryClusterDiscoveryEndpoint.BuilderBinaryClusterDiscoveryEndpoint.Builder. withEndpointProvider(TarantoolClusterAddressProvider endpointProvider)Specify address provider for the discovery endpointsBinaryClusterDiscoveryEndpoint.BuilderBinaryClusterDiscoveryEndpoint.Builder. withEntryFunction(String discoveryFunction)Specify the function name to invoke in the discovery endpoint for getting the list of nodes.
-