public class StorageThreshold extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
minUsableSpace |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
StorageThreshold(String value,
long minUsableSpace) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMinUsableDiskSpace() |
String |
toString() |
static StorageThreshold |
valueOf(String s) |
protected final String value
protected final long minUsableSpace
protected StorageThreshold(String value, long minUsableSpace)
public static StorageThreshold valueOf(String s)
public long getMinUsableDiskSpace()
Copyright © 2021. All rights reserved.