Uses of Class
org.apache.druid.rpc.ServiceLocations
Packages that use ServiceLocations
-
Uses of ServiceLocations in org.apache.druid.rpc
Methods in org.apache.druid.rpc that return ServiceLocationsModifier and TypeMethodDescriptionstatic ServiceLocationsServiceLocations.closed()static ServiceLocationsServiceLocations.forLocation(ServiceLocation location) static ServiceLocationsServiceLocations.forLocations(Set<ServiceLocation> locations) Methods in org.apache.druid.rpc that return types with arguments of type ServiceLocationsModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ServiceLocations>DiscoveryServiceLocator.locate()com.google.common.util.concurrent.ListenableFuture<ServiceLocations>FixedServiceLocator.locate()com.google.common.util.concurrent.ListenableFuture<ServiceLocations>ServiceLocator.locate()Returns a future that resolves to a set ofServiceLocation.Constructors in org.apache.druid.rpc with parameters of type ServiceLocations -
Uses of ServiceLocations in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing that return types with arguments of type ServiceLocationsModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ServiceLocations>SpecificTaskServiceLocator.locate()