public static interface ServiceDiscovery.Cluster
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceDiscovery.Cluster.ZooKeeperConfig |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<String> |
getServiceURLs(String serviceName) |
List<String> |
getServiceURLs(String serviceName,
Map<String,String> serviceParams) |
ServiceDiscovery.Cluster.ZooKeeperConfig |
getZooKeeperConfiguration(String serviceName) |
String getName()
List<String> getServiceURLs(String serviceName)
serviceName - The name of the serviceList<String> getServiceURLs(String serviceName, Map<String,String> serviceParams)
serviceName - The name of the service.serviceParams - A map of parameters and their corresponding values for the specified service.ServiceDiscovery.Cluster.ZooKeeperConfig getZooKeeperConfiguration(String serviceName)
serviceName - The name of the serviceCopyright © 2022 The Apache Software Foundation. All rights reserved.