Package org.apache.druid.segment.loading
Class StorageLocationConfig
java.lang.Object
org.apache.druid.segment.loading.StorageLocationConfig
-
Constructor Summary
ConstructorsConstructorDescriptionStorageLocationConfig(File path, long maxSize, Double freeSpacePercent) StorageLocationConfig(File path, HumanReadableBytes maxSize, Double freeSpacePercent) -
Method Summary
-
Constructor Details
-
StorageLocationConfig
public StorageLocationConfig(File path, @Nullable HumanReadableBytes maxSize, @Nullable Double freeSpacePercent) -
StorageLocationConfig
-
-
Method Details