| 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. |
| Modifier and Type | Method and Description |
|---|---|
StorageLocationSelectorStrategy |
SegmentLoaderConfig.getStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.