Uses of Interface
io.tarantool.driver.cluster.TarantoolClusterDiscoveryEndpoint
-
Packages that use TarantoolClusterDiscoveryEndpoint Package Description io.tarantool.driver.cluster Service discovery mechanism and providers -
-
Uses of TarantoolClusterDiscoveryEndpoint in io.tarantool.driver.cluster
Classes in io.tarantool.driver.cluster that implement TarantoolClusterDiscoveryEndpoint Modifier and Type Class Description classBinaryClusterDiscoveryEndpointClass-container forBinaryDiscoveryClusterAddressProviderconfigurationclassHTTPClusterDiscoveryEndpointClass-container forHTTPDiscoveryClusterAddressProviderconfigurationMethods in io.tarantool.driver.cluster that return TarantoolClusterDiscoveryEndpoint Modifier and Type Method Description TarantoolClusterDiscoveryEndpointTarantoolClusterDiscoveryConfig. getEndpoint()Get config of service discovery endpointMethods in io.tarantool.driver.cluster with parameters of type TarantoolClusterDiscoveryEndpoint Modifier and Type Method Description voidTarantoolClusterDiscoveryConfig. setEndpoint(TarantoolClusterDiscoveryEndpoint endpoint)Set service discovery endpoint config and enable cluster connectionTarantoolClusterDiscoveryConfig.BuilderTarantoolClusterDiscoveryConfig.Builder. withEndpoint(TarantoolClusterDiscoveryEndpoint endpoint)Specify service discovery config and enable using service discovery
-