Uses of Class
org.apache.druid.rpc.ServiceLocation
Packages that use ServiceLocation
-
Uses of ServiceLocation in org.apache.druid.discovery
Constructors in org.apache.druid.discovery with parameters of type ServiceLocationModifierConstructorDescriptionDataServerClient(ServiceClientFactory serviceClientFactory, ServiceLocation serviceLocation, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ServiceLocation in org.apache.druid.rpc
Methods in org.apache.druid.rpc that return ServiceLocationModifier and TypeMethodDescriptionstatic ServiceLocationServiceLocation.fromDruidNode(DruidNode druidNode) Create a service location based on aDruidNode, without a base path.static ServiceLocationServiceLocation.fromDruidServerMetadata(DruidServerMetadata druidServerMetadata) Create a service location based on aDruidServerMetadata.static ServiceLocationCreate a service location based on aURI.ServiceLocation.withBasePath(String newBasePath) Methods in org.apache.druid.rpc that return types with arguments of type ServiceLocationMethods in org.apache.druid.rpc with parameters of type ServiceLocationModifier and TypeMethodDescriptionRequestBuilder.build(ServiceLocation serviceLocation) static ServiceLocationsServiceLocations.forLocation(ServiceLocation location) Method parameters in org.apache.druid.rpc with type arguments of type ServiceLocationModifier and TypeMethodDescriptionstatic ServiceLocationsServiceLocations.forLocations(Set<ServiceLocation> locations) Constructors in org.apache.druid.rpc with parameters of type ServiceLocation -
Uses of ServiceLocation in org.apache.druid.server.http
Constructors in org.apache.druid.server.http with parameters of type ServiceLocationModifierConstructorDescriptionBrokerSyncStatus(ServiceLocation broker, long lastSyncTimestampMillis)