Uses of Class
org.apache.druid.segment.loading.StorageLocation
-
Packages that use StorageLocation Package Description org.apache.druid.guice org.apache.druid.segment.loading -
-
Uses of StorageLocation in org.apache.druid.guice
Methods in org.apache.druid.guice that return types with arguments of type StorageLocation Modifier and Type Method Description List<StorageLocation>StorageNodeModule. provideStorageLocation(SegmentLoaderConfig config)provide a list of StorageLocation so that it can be injected into objects such as implementations ofStorageLocationSelectorStrategy -
Uses of StorageLocation in org.apache.druid.segment.loading
Methods in org.apache.druid.segment.loading that return types with arguments of type StorageLocation Modifier and Type Method Description Iterator<StorageLocation>LeastBytesUsedStorageLocationSelectorStrategy. getLocations()Iterator<StorageLocation>MostAvailableSizeStorageLocationSelectorStrategy. getLocations()Iterator<StorageLocation>RandomStorageLocationSelectorStrategy. getLocations()Iterator<StorageLocation>RoundRobinStorageLocationSelectorStrategy. getLocations()List<StorageLocation>SegmentLocalCacheManager. getLocations()Iterator<StorageLocation>StorageLocationSelectorStrategy. getLocations()Finds the best ordering of theStorageLocations to load aDataSegmentaccording to the location selector strategy.List<StorageLocation>SegmentLoaderConfig. toStorageLocations()Convert StorageLocationConfig objects to StorageLocation objectsConstructor parameters in org.apache.druid.segment.loading with type arguments of type StorageLocation Constructor Description LeastBytesUsedStorageLocationSelectorStrategy(List<StorageLocation> storageLocations)MostAvailableSizeStorageLocationSelectorStrategy(List<StorageLocation> storageLocations)RandomStorageLocationSelectorStrategy(List<StorageLocation> storageLocations)RoundRobinStorageLocationSelectorStrategy(List<StorageLocation> storageLocations)SegmentLocalCacheManager(List<StorageLocation> locations, SegmentLoaderConfig config, StorageLocationSelectorStrategy strategy, com.fasterxml.jackson.databind.ObjectMapper mapper)
-