Uses of Class
org.apache.druid.server.http.HostAndPortWithScheme
-
Packages that use HostAndPortWithScheme Package Description org.apache.druid.server.http org.apache.druid.server.lookup.cache -
-
Uses of HostAndPortWithScheme in org.apache.druid.server.http
Methods in org.apache.druid.server.http that return HostAndPortWithScheme Modifier and Type Method Description static HostAndPortWithSchemeHostAndPortWithScheme. fromParts(String scheme, String host, int port)static HostAndPortWithSchemeHostAndPortWithScheme. fromString(String hostPortMaybeSchemeString)static HostAndPortWithSchemeHostAndPortWithScheme. fromString(String scheme, String hostPortString) -
Uses of HostAndPortWithScheme in org.apache.druid.server.lookup.cache
Methods in org.apache.druid.server.lookup.cache that return types with arguments of type HostAndPortWithScheme Modifier and Type Method Description Collection<HostAndPortWithScheme>LookupNodeDiscovery. getNodesInTier(String tier)Methods in org.apache.druid.server.lookup.cache with parameters of type HostAndPortWithScheme Modifier and Type Method Description org.apache.druid.query.lookup.LookupsState<LookupExtractorFactoryMapContainer>LookupCoordinatorManager.LookupsCommunicator. getLookupStateForNode(HostAndPortWithScheme node)org.apache.druid.query.lookup.LookupsState<LookupExtractorFactoryMapContainer>LookupCoordinatorManager.LookupsCommunicator. updateNode(HostAndPortWithScheme node, org.apache.druid.query.lookup.LookupsState<LookupExtractorFactoryMapContainer> lookupsUpdate)
-