public class StateBackendOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Boolean> |
LATENCY_TRACK_ENABLED |
static ConfigOption<Integer> |
LATENCY_TRACK_HISTORY_SIZE |
static ConfigOption<Integer> |
LATENCY_TRACK_SAMPLE_INTERVAL |
static ConfigOption<Boolean> |
LATENCY_TRACK_STATE_NAME_AS_VARIABLE |
static ConfigOption<String> |
STATE_BACKEND
The checkpoint storage used to store operator state locally within the cluster during
execution.
|
Constructor and Description |
---|
StateBackendOptions() |
public static final ConfigOption<String> STATE_BACKEND
The implementation can be specified either via their shortcut name, or via the class name
of a StateBackendFactory
. If a StateBackendFactory class name is specified, the
factory is instantiated (via its zero-argument constructor) and its StateBackendFactory#createFromConfig(ReadableConfig, ClassLoader)
method is called.
Recognized shortcut names are 'hashmap' and 'rocksdb'.
public static final ConfigOption<Boolean> LATENCY_TRACK_ENABLED
public static final ConfigOption<Integer> LATENCY_TRACK_SAMPLE_INTERVAL
public static final ConfigOption<Integer> LATENCY_TRACK_HISTORY_SIZE
public static final ConfigOption<Boolean> LATENCY_TRACK_STATE_NAME_AS_VARIABLE
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.