Uses of Class
org.apache.flink.runtime.state.StateObject.StateObjectSizeStatsCollector
Packages that use StateObject.StateObjectSizeStatsCollector
Package
Description
-
Uses of StateObject.StateObjectSizeStatsCollector in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type StateObject.StateObjectSizeStatsCollectorModifier and TypeMethodDescriptionvoidOperatorState.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.StateObjectSizeStatsCollectorMethods in org.apache.flink.runtime.state with parameters of type StateObject.StateObjectSizeStatsCollectorModifier and TypeMethodDescriptionvoidChainedStateHandle.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) voidDirectoryStateHandle.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) voidIncrementalLocalKeyedStateHandle.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) voidIncrementalRemoteKeyedStateHandle.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) voidKeyGroupsStateHandle.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) voidOperatorStreamStateHandle.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) voidRetrievableStreamStateHandle.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) default voidStateObject.collectSizeStats(StateObject.StateObjectSizeStatsCollector collector) Collects statistics about state size and location from the state object. -
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.StateObjectSizeStatsCollectorModifier and TypeMethodDescriptionvoidInMemoryChangelogStateHandle.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.StateObjectSizeStatsCollectorModifier and TypeMethodDescriptionvoidSegmentFileStateHandle.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.StateObjectSizeStatsCollectorModifier and TypeMethodDescriptionvoidFileStateHandle.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.StateObjectSizeStatsCollectorModifier and TypeMethodDescriptionvoidByteStreamStateHandle.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.StateObjectSizeStatsCollectorModifier and TypeMethodDescriptionBackendRestorerProcedure.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)