Uses of Class
org.apache.druid.segment.loading.StorageLocation
Packages that use StorageLocation
-
Uses of StorageLocation in org.apache.druid.guice
Methods in org.apache.druid.guice that return types with arguments of type StorageLocationModifier and TypeMethodDescriptionStorageNodeModule.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 StorageLocationModifier and TypeMethodDescriptionLeastBytesUsedStorageLocationSelectorStrategy.getLocations()MostAvailableSizeStorageLocationSelectorStrategy.getLocations()RandomStorageLocationSelectorStrategy.getLocations()RoundRobinStorageLocationSelectorStrategy.getLocations()SegmentLocalCacheManager.getLocations()StorageLocationSelectorStrategy.getLocations()Finds the best ordering of theStorageLocations to load aDataSegmentaccording to the location selector strategy.SegmentLoaderConfig.toStorageLocations()Convert a list ofStorageLocationConfigobjects toStorageLocationobjects.Constructor parameters in org.apache.druid.segment.loading with type arguments of type StorageLocationModifierConstructorDescriptionLeastBytesUsedStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) MostAvailableSizeStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) RandomStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) RoundRobinStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) SegmentLocalCacheManager(List<StorageLocation> locations, SegmentLoaderConfig config, StorageLocationSelectorStrategy strategy, IndexIO indexIO, com.fasterxml.jackson.databind.ObjectMapper mapper)