public class KeyValuePurgeOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValuePurgeOptions.Builder
KeyValuePurgeOptions is created using a Builder.
|
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_THRESHOLD_MILLIS
The default time in millis that is used for as the threshold to keep markers.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyValuePurgeOptions.Builder |
builder()
Creates a builder for the Key Value Purge Options.
|
long |
getDeleteMarkersThresholdMillis()
The value of the delete marker threshold, in milliseconds.
|
public static long DEFAULT_THRESHOLD_MILLIS
public long getDeleteMarkersThresholdMillis()
public static KeyValuePurgeOptions.Builder builder()