Package org.apache.flink.configuration
Class StateSizeTrackOptions
- java.lang.Object
-
- org.apache.flink.configuration.StateSizeTrackOptions
-
@PublicEvolving public class StateSizeTrackOptions extends Object
A collection of all configuration options that relate to the size tracking for state access.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<Boolean>SIZE_TRACK_ENABLEDstatic ConfigOption<Integer>SIZE_TRACK_HISTORY_SIZEstatic ConfigOption<Integer>SIZE_TRACK_SAMPLE_INTERVALstatic ConfigOption<Boolean>SIZE_TRACK_STATE_NAME_AS_VARIABLE
-
Constructor Summary
Constructors Constructor Description StateSizeTrackOptions()
-
-
-
Field Detail
-
SIZE_TRACK_ENABLED
public static final ConfigOption<Boolean> SIZE_TRACK_ENABLED
-
SIZE_TRACK_SAMPLE_INTERVAL
public static final ConfigOption<Integer> SIZE_TRACK_SAMPLE_INTERVAL
-
SIZE_TRACK_HISTORY_SIZE
public static final ConfigOption<Integer> SIZE_TRACK_HISTORY_SIZE
-
SIZE_TRACK_STATE_NAME_AS_VARIABLE
public static final ConfigOption<Boolean> SIZE_TRACK_STATE_NAME_AS_VARIABLE
-
-