Package org.apache.druid.segment.loading
package org.apache.druid.segment.loading
-
ClassDescriptionA
StorageLocationselector strategy that selects a segment cache location that is least filled each time among the available storage locations.AStorageLocationselector strategy that selects a segment cache location that has most free space among the available storage locations.AStorageLocationselector strategy that selects a segment cache location randomly each time among the available storage locations.AStorageLocationselector strategy that selects a segment cache location in a round-robin fashion each time among the available storage locations.A class to fetch segment files to local disk and manage the local cache.This class is a very simple logical representation of a local path.This interface describes the storage location selection strategy which is responsible for ordering the available multipleStorageLocations for segment distribution.