public class StorageLocationConfig extends Object
| Constructor and Description |
|---|
StorageLocationConfig(File path,
HumanReadableBytes maxSize,
Double freeSpacePercent) |
StorageLocationConfig(File path,
long maxSize,
Double freeSpacePercent) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFreeSpacePercent() |
long |
getMaxSize() |
File |
getPath() |
String |
toString() |
public StorageLocationConfig(File path, @Nullable HumanReadableBytes maxSize, @Nullable Double freeSpacePercent)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.