Class StorageLocationConfig

java.lang.Object
org.apache.druid.segment.loading.StorageLocationConfig

public class StorageLocationConfig extends Object
  • Constructor Details

    • StorageLocationConfig

      public StorageLocationConfig(File path, @Nullable HumanReadableBytes maxSize, @Nullable Double freeSpacePercent)
    • StorageLocationConfig

      public StorageLocationConfig(File path, long maxSize, Double freeSpacePercent)
  • Method Details

    • getPath

      public File getPath()
    • getMaxSize

      public long getMaxSize()
    • getFreeSpacePercent

      @Nullable public Double getFreeSpacePercent()
    • toString

      public String toString()
      Overrides:
      toString in class Object