| Package | Description |
|---|---|
| org.apache.druid.segment.loading |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StorageLocation> |
MostAvailableSizeStorageLocationSelectorStrategy.getLocations() |
Iterator<StorageLocation> |
StorageLocationSelectorStrategy.getLocations()
Finds the best ordering of the
StorageLocations to load a DataSegment according to
the location selector strategy. |
List<StorageLocation> |
SegmentLoaderLocalCacheManager.getLocations() |
Iterator<StorageLocation> |
RoundRobinStorageLocationSelectorStrategy.getLocations() |
Iterator<StorageLocation> |
RandomStorageLocationSelectorStrategy.getLocations() |
Iterator<StorageLocation> |
LeastBytesUsedStorageLocationSelectorStrategy.getLocations() |
| Modifier and Type | Method and Description |
|---|---|
StorageLocationSelectorStrategy |
SegmentLoaderConfig.getStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) |
| Constructor and Description |
|---|
LeastBytesUsedStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) |
MostAvailableSizeStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) |
RandomStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) |
RoundRobinStorageLocationSelectorStrategy(List<StorageLocation> storageLocations) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.