public interface ServiceRegistry
| Modifier and Type | Method and Description |
|---|---|
String |
getRegistrationCode(String clusterName) |
String |
lookupServiceURL(String clusterName,
String serviceName) |
List<String> |
lookupServiceURLs(String clusterName,
String serviceName) |
boolean |
registerService(String regCode,
String clusterName,
String serviceName,
List<String> urls) |
void |
removeClusterServices(String clusterName) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.