Uses of Class
org.apache.druid.rpc.ServiceLocations
-
Packages that use ServiceLocations Package Description org.apache.druid.rpc org.apache.druid.rpc.indexing -
-
Uses of ServiceLocations in org.apache.druid.rpc
Methods in org.apache.druid.rpc that return ServiceLocations Modifier and Type Method Description static 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 ServiceLocations Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ServiceLocations>DiscoveryServiceLocator. locate()com.google.common.util.concurrent.ListenableFuture<ServiceLocations>FixedSetServiceLocator. locate()com.google.common.util.concurrent.ListenableFuture<ServiceLocations>ServiceLocator. locate()Returns a future that resolves to a set ofServiceLocation. -
Uses of ServiceLocations in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing that return types with arguments of type ServiceLocations Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ServiceLocations>SpecificTaskServiceLocator. locate()
-