Class CuratorServiceUtils
java.lang.Object
org.apache.druid.curator.discovery.CuratorServiceUtils
Deprecated.
This class is only used by Deprecated classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringmakeCanonicalServiceName(String serviceName) Deprecated.Replacing '/' with ':' in service names makes it easier to provide an HTTP interface using curator-x-discovery-server This method is marked protected because it should never be used outside of the org.apache.druid.curator.discovery package.
-
Constructor Details
-
CuratorServiceUtils
public CuratorServiceUtils()Deprecated.
-
-
Method Details
-
makeCanonicalServiceName
Deprecated.Replacing '/' with ':' in service names makes it easier to provide an HTTP interface using curator-x-discovery-server This method is marked protected because it should never be used outside of the org.apache.druid.curator.discovery package. If you are tempted to use this method anywhere else you are most likely doing something wrong. Mapping the actual service name to the name used within curator should be left toCuratorServiceAnnouncerandServerDiscoveryFactory- Parameters:
serviceName-- Returns:
- See Also:
-