Uses of Interface
org.apache.druid.segment.loading.StorageLocationSelectorStrategy
-
Packages that use StorageLocationSelectorStrategy Package Description org.apache.druid.segment.loading -
-
Uses of StorageLocationSelectorStrategy in org.apache.druid.segment.loading
Classes in org.apache.druid.segment.loading that implement StorageLocationSelectorStrategy Modifier and Type Class Description classLeastBytesUsedStorageLocationSelectorStrategyAStorageLocationselector strategy that selects a segment cache location that is least filled each time among the available storage locations.classMostAvailableSizeStorageLocationSelectorStrategyAStorageLocationselector strategy that selects a segment cache location that has most free space among the available storage locations.classRandomStorageLocationSelectorStrategyAStorageLocationselector strategy that selects a segment cache location randomly each time among the available storage locations.classRoundRobinStorageLocationSelectorStrategyAStorageLocationselector 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 StorageLocationSelectorStrategy Constructor Description SegmentLocalCacheManager(List<StorageLocation> locations, SegmentLoaderConfig config, StorageLocationSelectorStrategy strategy, com.fasterxml.jackson.databind.ObjectMapper mapper)
-