public class DeleterThreshold extends StorageThreshold implements Comparable<DeleterThreshold>
| Modifier and Type | Field and Description |
|---|---|
protected ScheduleExpression |
schedule |
minUsableSpace, value| Constructor and Description |
|---|
DeleterThreshold(String value,
long minUsableSpace,
ScheduleExpression schedule) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DeleterThreshold o) |
String |
getPrefix() |
boolean |
match(Calendar cal) |
static DeleterThreshold |
valueOf(String s) |
getMinUsableDiskSpace, toStringprotected final ScheduleExpression schedule
public DeleterThreshold(String value, long minUsableSpace, ScheduleExpression schedule)
public static DeleterThreshold valueOf(String s)
public String getPrefix()
public boolean match(Calendar cal)
public int compareTo(DeleterThreshold o)
compareTo in interface Comparable<DeleterThreshold>Copyright © 2021. All rights reserved.