Uses of Class
org.apache.flink.runtime.state.StateObject.StateObjectSizeStatsCollector
-
-
Uses of StateObject.StateObjectSizeStatsCollector in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type StateObject.StateObjectSizeStatsCollector Modifier and Type Method Description voidOperatorState. collectSizeStats(StateObject.StateObjectSizeStatsCollector collector)voidStateObjectCollection. collectSizeStats(StateObject.StateObjectSizeStatsCollector collector)voidTaskState. collectSizeStats(StateObject.StateObjectSizeStatsCollector collector)Deprecated.voidTaskStateSnapshot. collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) -
Uses of StateObject.StateObjectSizeStatsCollector in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateObject.StateObjectSizeStatsCollector Modifier and Type Method Description static StateObject.StateObjectSizeStatsCollectorStateObject.StateObjectSizeStatsCollector. create() -
Uses of StateObject.StateObjectSizeStatsCollector in org.apache.flink.runtime.state.changelog.inmemory
Methods in org.apache.flink.runtime.state.changelog.inmemory with parameters of type StateObject.StateObjectSizeStatsCollector Modifier and Type Method Description voidInMemoryChangelogStateHandle. collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) -
Uses of StateObject.StateObjectSizeStatsCollector in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem with parameters of type StateObject.StateObjectSizeStatsCollector Modifier and Type Method Description voidFileStateHandle. collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) -
Uses of StateObject.StateObjectSizeStatsCollector in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory with parameters of type StateObject.StateObjectSizeStatsCollector Modifier and Type Method Description voidByteStreamStateHandle. collectSizeStats(StateObject.StateObjectSizeStatsCollector collector)
-