@PublicEvolving public class StateBackendOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Boolean> |
LATENCY_TRACK_ENABLED
Deprecated.
Use
StateLatencyTrackOptions.LATENCY_TRACK_ENABLED instead. |
static ConfigOption<Integer> |
LATENCY_TRACK_HISTORY_SIZE
Deprecated.
Use
StateLatencyTrackOptions.LATENCY_TRACK_HISTORY_SIZE instead. |
static ConfigOption<Integer> |
LATENCY_TRACK_SAMPLE_INTERVAL
Deprecated.
|
static ConfigOption<Boolean> |
LATENCY_TRACK_STATE_NAME_AS_VARIABLE
Deprecated.
|
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'.
@Deprecated public static final ConfigOption<Boolean> LATENCY_TRACK_ENABLED
StateLatencyTrackOptions.LATENCY_TRACK_ENABLED
instead.@Deprecated public static final ConfigOption<Integer> LATENCY_TRACK_SAMPLE_INTERVAL
StateLatencyTrackOptions.LATENCY_TRACK_SAMPLE_INTERVAL
instead.@Deprecated public static final ConfigOption<Integer> LATENCY_TRACK_HISTORY_SIZE
StateLatencyTrackOptions.LATENCY_TRACK_HISTORY_SIZE
instead.@Deprecated public static final ConfigOption<Boolean> LATENCY_TRACK_STATE_NAME_AS_VARIABLE
StateLatencyTrackOptions.LATENCY_TRACK_STATE_NAME_AS_VARIABLE
instead.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.