public final class SRDeletionReason
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AgeLimit
Samples were removed because they were recorded beyond our retention limit
|
static long |
LowDiskSpace
Samples were removed due to low disk conditions
|
static long |
NoInterestedClients
Samples were removed because there are no longer any interested clients
|
static long |
SystemInitiated
Samples were removed because the system was in an invalid state
|
static long |
UserInitiated
The user initiated deletion
|
public static final long UserInitiated
public static final long LowDiskSpace
public static final long AgeLimit
public static final long NoInterestedClients
public static final long SystemInitiated