Uses of Interface
org.apache.druid.segment.loading.StorageLocationSelectorStrategy
Packages that use StorageLocationSelectorStrategy
-
Uses of StorageLocationSelectorStrategy in org.apache.druid.segment.loading
Classes in org.apache.druid.segment.loading that implement StorageLocationSelectorStrategyModifier and TypeClassDescriptionclassAStorageLocationselector strategy that selects a segment cache location that is least filled each time among the available storage locations.classAStorageLocationselector strategy that selects a segment cache location that has most free space among the available storage locations.classAStorageLocationselector strategy that selects a segment cache location randomly each time among the available storage locations.classAStorageLocationselector strategy that selects a segment cache location in a round-robin fashion each time among the available storage locations.Constructors in org.apache.druid.segment.loading with parameters of type StorageLocationSelectorStrategyModifierConstructorDescriptionSegmentLocalCacheManager(List<StorageLocation> locations, SegmentLoaderConfig config, StorageLocationSelectorStrategy strategy, IndexIO indexIO, com.fasterxml.jackson.databind.ObjectMapper mapper)