Package org.apache.flink.configuration
Class StateLatencyTrackOptions
- java.lang.Object
-
- org.apache.flink.configuration.StateLatencyTrackOptions
-
@PublicEvolving public class StateLatencyTrackOptions extends Object
A collection of all configuration options that relate to the latency tracking for state access.
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Constructor Description StateLatencyTrackOptions()
-
-
-
Field Detail
-
LATENCY_TRACK_ENABLED
public static final ConfigOption<Boolean> LATENCY_TRACK_ENABLED
-
LATENCY_TRACK_SAMPLE_INTERVAL
public static final ConfigOption<Integer> LATENCY_TRACK_SAMPLE_INTERVAL
-
LATENCY_TRACK_HISTORY_SIZE
public static final ConfigOption<Integer> LATENCY_TRACK_HISTORY_SIZE
-
LATENCY_TRACK_STATE_NAME_AS_VARIABLE
public static final ConfigOption<Boolean> LATENCY_TRACK_STATE_NAME_AS_VARIABLE
-
-