Uses of Class
org.apache.druid.rpc.ServiceLocation
-
Packages that use ServiceLocation Package Description org.apache.druid.discovery org.apache.druid.rpc -
-
Uses of ServiceLocation in org.apache.druid.discovery
Constructors in org.apache.druid.discovery with parameters of type ServiceLocation Constructor Description DataServerClient(ServiceClientFactory serviceClientFactory, ServiceLocation serviceLocation, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ScheduledExecutorService queryCancellationExecutor) -
Uses of ServiceLocation in org.apache.druid.rpc
Methods in org.apache.druid.rpc that return ServiceLocation Modifier and Type Method Description static ServiceLocationServiceLocation. fromDruidNode(DruidNode druidNode)static ServiceLocationServiceLocation. fromDruidServerMetadata(DruidServerMetadata druidServerMetadata)Methods in org.apache.druid.rpc that return types with arguments of type ServiceLocation Modifier and Type Method Description Set<ServiceLocation>ServiceLocations. getLocations()Methods in org.apache.druid.rpc with parameters of type ServiceLocation Modifier and Type Method Description org.apache.druid.java.util.http.client.RequestRequestBuilder. build(ServiceLocation serviceLocation)static ServiceLocationsServiceLocations. forLocation(ServiceLocation location)static FixedSetServiceLocatorFixedSetServiceLocator. forServiceLocation(@NotNull ServiceLocation serviceLocation)Method parameters in org.apache.druid.rpc with type arguments of type ServiceLocation Modifier and Type Method Description static ServiceLocationsServiceLocations. forLocations(Set<ServiceLocation> locations)
-