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 class
BinaryClusterDiscoveryEndpoint
Class-container forBinaryDiscoveryClusterAddressProvider
configurationclass
HTTPClusterDiscoveryEndpoint
Class-container forHTTPDiscoveryClusterAddressProvider
configurationMethods in io.tarantool.driver.cluster that return TarantoolClusterDiscoveryEndpoint Modifier and Type Method Description TarantoolClusterDiscoveryEndpoint
TarantoolClusterDiscoveryConfig. getEndpoint()
Get config of service discovery endpointMethods in io.tarantool.driver.cluster with parameters of type TarantoolClusterDiscoveryEndpoint Modifier and Type Method Description void
TarantoolClusterDiscoveryConfig. setEndpoint(TarantoolClusterDiscoveryEndpoint endpoint)
Set service discovery endpoint config and enable cluster connectionTarantoolClusterDiscoveryConfig.Builder
TarantoolClusterDiscoveryConfig.Builder. withEndpoint(TarantoolClusterDiscoveryEndpoint endpoint)
Specify service discovery config and enable using service discovery
-