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.filemerging
Methods in org.apache.flink.runtime.state.filemerging with parameters of type StateObject.StateObjectSizeStatsCollector Modifier and Type Method Description voidSegmentFileStateHandle. 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) -
Uses of StateObject.StateObjectSizeStatsCollector in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type StateObject.StateObjectSizeStatsCollector Modifier and Type Method Description TBackendRestorerProcedure. createAndRestore(List<? extends Collection<S>> restoreOptions, StateObject.StateObjectSizeStatsCollector stats)Creates a new state backend and restores it from the provided set of state snapshot alternatives.protected <K,R extends org.apache.flink.util.Disposable & Closeable>
RStreamTaskStateInitializerImpl. keyedStatedBackend(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, String operatorIdentifierText, PrioritizedOperatorSubtaskState prioritizedOperatorSubtaskStates, org.apache.flink.core.fs.CloseableRegistry backendCloseableRegistry, org.apache.flink.metrics.MetricGroup metricGroup, double managedMemoryFraction, StateObject.StateObjectSizeStatsCollector statsCollector, StreamTaskStateInitializerImpl.KeyedStateBackendCreator<K,R> keyedStateBackendCreator)protected OperatorStateBackendStreamTaskStateInitializerImpl. operatorStateBackend(String operatorIdentifierText, PrioritizedOperatorSubtaskState prioritizedOperatorSubtaskStates, org.apache.flink.core.fs.CloseableRegistry backendCloseableRegistry, StateObject.StateObjectSizeStatsCollector statsCollector)protected org.apache.flink.util.CloseableIterable<KeyGroupStatePartitionStreamProvider>StreamTaskStateInitializerImpl. rawKeyedStateInputs(Iterator<StateObjectCollection<KeyedStateHandle>> restoreStateAlternatives, StateObject.StateObjectSizeStatsCollector statsCollector)protected org.apache.flink.util.CloseableIterable<StatePartitionStreamProvider>StreamTaskStateInitializerImpl. rawOperatorStateInputs(Iterator<StateObjectCollection<OperatorStateHandle>> restoreStateAlternatives, StateObject.StateObjectSizeStatsCollector statsCollector)
-