Class StorageLocationConfig


  • public class StorageLocationConfig
    extends Object
    • Constructor Detail

      • StorageLocationConfig

        public StorageLocationConfig​(File path,
                                     @Nullable
                                     org.apache.druid.java.util.common.HumanReadableBytes maxSize,
                                     @Nullable
                                     Double freeSpacePercent)
      • StorageLocationConfig

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

      • getPath

        public File getPath()
      • getMaxSize

        public long getMaxSize()