| Package | Description |
|---|---|
| org.apache.druid.segment.loading |
| Modifier and Type | Class and Description |
|---|---|
class |
LeastBytesUsedStorageLocationSelectorStrategy
A
StorageLocation selector strategy that selects a segment cache location that is least filled each time
among the available storage locations. |
class |
MostAvailableSizeStorageLocationSelectorStrategy
A
StorageLocation selector strategy that selects a segment cache location that has most free space
among the available storage locations. |
class |
RandomStorageLocationSelectorStrategy
A
StorageLocation selector strategy that selects a segment cache location randomly each time
among the available storage locations. |
class |
RoundRobinStorageLocationSelectorStrategy
A
StorageLocation selector strategy that selects a segment cache location in a round-robin fashion each time
among the available storage locations. |
| Constructor and Description |
|---|
SegmentLocalCacheManager(List<StorageLocation> locations,
SegmentLoaderConfig config,
StorageLocationSelectorStrategy strategy,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.