Package org.apache.druid.segment.loading
Class StorageLocationConfig
- java.lang.Object
-
- org.apache.druid.segment.loading.StorageLocationConfig
-
public class StorageLocationConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description StorageLocationConfig(File path, long maxSize, Double freeSpacePercent)StorageLocationConfig(File path, org.apache.druid.java.util.common.HumanReadableBytes maxSize, Double freeSpacePercent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetFreeSpacePercent()longgetMaxSize()FilegetPath()StringtoString()
-