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.Builder
BinaryClusterDiscoveryEndpoint. builder()
Builder forBinaryClusterDiscoveryEndpoint
BinaryClusterDiscoveryEndpoint.Builder
BinaryClusterDiscoveryEndpoint.Builder. withClientConfig(TarantoolClientConfig clientConfig)
Specify the client configuration for connecting to the discovery endpoints.BinaryClusterDiscoveryEndpoint.Builder
BinaryClusterDiscoveryEndpoint.Builder. withEndpointProvider(TarantoolClusterAddressProvider endpointProvider)
Specify address provider for the discovery endpointsBinaryClusterDiscoveryEndpoint.Builder
BinaryClusterDiscoveryEndpoint.Builder. withEntryFunction(String discoveryFunction)
Specify the function name to invoke in the discovery endpoint for getting the list of nodes.
-