Uses of Class
org.apache.flink.runtime.state.KeyGroupRange
Packages that use KeyGroupRange
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of KeyGroupRange in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type KeyGroupRangeModifier and TypeMethodDescriptionstatic List<KeyGroupRange>StateAssignmentOperation.createKeyGroupPartitions(int numberKeyGroups, int parallelism) Groups the available set of key groups into key group partitions.Methods in org.apache.flink.runtime.checkpoint with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionstatic voidStateAssignmentOperation.extractIntersectingState(Collection<? extends KeyedStateHandle> originalSubtaskStateHandles, KeyGroupRange rangeToExtract, List<KeyedStateHandle> extractedStateCollector) Extracts certain key group ranges from the given state handles and adds them to the collector.static List<KeyedStateHandle>StateAssignmentOperation.getManagedKeyedStateHandles(OperatorState operatorState, KeyGroupRange subtaskKeyGroupRange) CollectmanagedKeyedStateHandleswhich have intersection with givenKeyGroupRangefromoperatorState.static List<KeyedStateHandle>StateAssignmentOperation.getRawKeyedStateHandles(OperatorState operatorState, KeyGroupRange subtaskKeyGroupRange) -
Uses of KeyGroupRange in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionJobMaster.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) KvStateRegistryGateway.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) Notifies that queryable state has been registered.JobMaster.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) KvStateRegistryGateway.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) Notifies that queryable state has been unregistered. -
Uses of KeyGroupRange in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionvoidKvStateLocationRegistry.notifyKvStateRegistered(JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) Notifies the registry about a registered KvState instance.voidKvStateRegistryListener.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId) Notifies the listener about a registered KvState instance.voidKvStateLocationRegistry.notifyKvStateUnregistered(JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) Notifies the registry about an unregistered KvState instance.voidKvStateRegistryListener.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) Notifies the listener about an unregistered KvState instance.voidKvStateLocation.registerKvState(KeyGroupRange keyGroupRange, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateAddress) Registers a KvState instance for the given key group index.org.apache.flink.queryablestate.KvStateIDKvStateRegistry.registerKvState(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, InternalKvState<?, ?, ?> kvState, ClassLoader userClassLoader) Registers the KvState instance and returns the assigned ID.voidTaskKvStateRegistry.registerKvState(KeyGroupRange keyGroupRange, String registrationName, InternalKvState<?, ?, ?> kvState, ClassLoader userClassLoader) Registers the KvState instance at the KvStateRegistry.voidKvStateRegistry.unregisterKvState(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId) Unregisters the KvState instance identified by the given KvStateID. -
Uses of KeyGroupRange in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionvoidKvStateHandler.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidSchedulerBase.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidSchedulerNG.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidKvStateHandler.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) voidSchedulerBase.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) voidSchedulerNG.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) -
Uses of KeyGroupRange in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionvoidAdaptiveScheduler.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidAdaptiveScheduler.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) -
Uses of KeyGroupRange in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return KeyGroupRangeModifier and TypeMethodDescriptionJobAllocationsInformation.VertexAllocationInformation.getKeyGroupRange()Constructors in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type KeyGroupRangeModifierConstructorDescriptionVertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes) -
Uses of KeyGroupRange in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state declared as KeyGroupRangeModifier and TypeFieldDescriptionstatic final KeyGroupRangeKeyGroupRange.EMPTY_KEY_GROUP_RANGEThe empty key-groupprotected final KeyGroupRangeAbstractIncrementalStateHandle.keyGroupRangeThe key-group range covered by this state handle.protected final KeyGroupRangeAbstractKeyedStateBackend.keyGroupRangeRange of key-groups for which this backend is responsible.protected final KeyGroupRangeAbstractKeyedStateBackendBuilder.keyGroupRangeMethods in org.apache.flink.runtime.state that return KeyGroupRangeModifier and TypeMethodDescriptionstatic KeyGroupRangeKeyGroupRangeAssignment.computeKeyGroupRangeForOperatorIndex(int maxParallelism, int parallelism, int operatorIndex) Computes the range of key-groups that are assigned to a given operator under the given parallelism and maximum parallelism.KeyGroupRange.getIntersection(KeyGroupRange other) Create a range that represent the intersection between this range and the given range.AbstractIncrementalStateHandle.getKeyGroupRange()AbstractKeyedStateBackend.getKeyGroupRange()AsyncKeyedStateBackend.getKeyGroupRange()Returns the key groups which this state backend is responsible for.CheckpointableKeyedStateBackend.getKeyGroupRange()Returns the key groups which this state backend is responsible for.FullSnapshotResources.getKeyGroupRange()Returns theKeyGroupRangeof this snapshot.InternalKeyContext.getKeyGroupRange()Returns the key groups for this backend.InternalKeyContextImpl.getKeyGroupRange()KeyedStateBackendParametersImpl.getKeyGroupRange()KeyedStateHandle.getKeyGroupRange()Returns the range of the key groups contained in the state.KeyGroupRangeOffsets.getKeyGroupRange()KeyGroupsStateHandle.getKeyGroupRange()StateBackend.KeyedStateBackendParameters.getKeyGroupRange()static KeyGroupRangeKeyGroupRange.of(int startKeyGroup, int endKeyGroup) Factory method that also handles creation of empty key-groups.Methods in org.apache.flink.runtime.state with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionAbstractIncrementalStateHandle.getIntersection(KeyGroupRange keyGroupRange) KeyedStateHandle.getIntersection(KeyGroupRange keyGroupRange) Returns a state over a range that is the intersection between this handle's key-group range and the provided key-group range.KeyGroupRange.getIntersection(KeyGroupRange other) Create a range that represent the intersection between this range and the given range.KeyGroupRangeOffsets.getIntersection(KeyGroupRange keyGroupRange) Returns a key-group range with offsets which is the intersection of the internal key-group range with the given key-group range.KeyGroupsSavepointStateHandle.getIntersection(KeyGroupRange keyGroupRange) KeyGroupsStateHandle.getIntersection(KeyGroupRange keyGroupRange) static IllegalArgumentExceptionKeyGroupRangeOffsets.newIllegalKeyGroupException(int keyGroup, KeyGroupRange keyGroupRange) IncrementalRemoteKeyedStateHandle.restore(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle, long persistedSizeOfThisCheckpoint, StateHandleID stateHandleId) Constructors in org.apache.flink.runtime.state with parameters of type KeyGroupRangeModifierConstructorDescriptionAbstractIncrementalStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, StreamStateHandle metaStateHandle, StateHandleID stateHandleId) AbstractKeyedStateBackendBuilder(TaskKvStateRegistry kvStateRegistry, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, ClassLoader userCodeClassLoader, int numberOfKeyGroups, KeyGroupRange keyGroupRange, org.apache.flink.api.common.ExecutionConfig executionConfig, TtlTimeProvider ttlTimeProvider, LatencyTrackingStateConfig latencyTrackingStateConfig, Collection<KeyedStateHandle> stateHandles, StreamCompressionDecorator keyGroupCompressionDecorator, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) HeapPriorityQueuesManager(Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates, HeapPriorityQueueSetFactory priorityQueueSetFactory, KeyGroupRange keyGroupRange, int numberOfKeyGroups) IncrementalLocalKeyedStateHandle(UUID backendIdentifier, long checkpointId, DirectoryStateHandle directoryStateHandle, KeyGroupRange keyGroupRange, StreamStateHandle metaDataState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState) IncrementalRemoteKeyedStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle) IncrementalRemoteKeyedStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle, long persistedSizeOfThisCheckpoint) protectedIncrementalRemoteKeyedStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle, long persistedSizeOfThisCheckpoint, StateHandleID stateHandleId) InternalKeyContextImpl(KeyGroupRange keyGroupRange, int numberOfKeyGroups) KeyedStateBackendParametersImpl(Environment env, org.apache.flink.api.common.JobID jobID, String operatorIdentifier, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, int numberOfKeyGroups, KeyGroupRange keyGroupRange, TaskKvStateRegistry kvStateRegistry, TtlTimeProvider ttlTimeProvider, org.apache.flink.metrics.MetricGroup metricGroup, Collection<KeyedStateHandle> stateHandles, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) KeyedStateBackendParametersImpl(Environment env, org.apache.flink.api.common.JobID jobID, String operatorIdentifier, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, int numberOfKeyGroups, KeyGroupRange keyGroupRange, TaskKvStateRegistry kvStateRegistry, TtlTimeProvider ttlTimeProvider, org.apache.flink.metrics.MetricGroup metricGroup, StateBackend.CustomInitializationMetrics customInitializationMetrics, Collection<KeyedStateHandle> stateHandles, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry, double managedMemoryFraction) KeyedStateCheckpointOutputStream(CheckpointStateOutputStream delegate, KeyGroupRange keyGroupRange) KeyGroupPartitioner(T[] partitioningSource, int numberOfElements, T[] partitioningDestination, KeyGroupRange keyGroupRange, int totalKeyGroups, KeyExtractorFunction<T> keyExtractorFunction, KeyGroupPartitioner.ElementWriterFunction<T> elementWriterFunction) Creates a newKeyGroupPartitioner.KeyGroupRangeOffsets(KeyGroupRange keyGroupRange) Creates key-group range with offsets for the given key-group range, where all offsets are initially zero.KeyGroupRangeOffsets(KeyGroupRange keyGroupRange, long[] offsets) Creates key-group range with offsets from the given key-group range.StateSnapshotContextSynchronousImpl(long checkpointId, long checkpointTimestamp, CheckpointStreamFactory streamFactory, KeyGroupRange keyGroupRange, org.apache.flink.core.fs.CloseableRegistry closableRegistry) -
Uses of KeyGroupRange in org.apache.flink.runtime.state.changelog
Methods in org.apache.flink.runtime.state.changelog that return KeyGroupRangeModifier and TypeMethodDescriptionChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.getKeyGroupRange()ChangelogStateBackendLocalHandle.getKeyGroupRange()ChangelogStateHandleStreamImpl.getKeyGroupRange()Methods in org.apache.flink.runtime.state.changelog with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionStateChangelogStorage.createWriter(String operatorID, KeyGroupRange keyGroupRange, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor) ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.getIntersection(KeyGroupRange keyGroupRange) ChangelogStateBackendLocalHandle.getIntersection(KeyGroupRange keyGroupRange) ChangelogStateHandleStreamImpl.getIntersection(KeyGroupRange keyGroupRange) ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.restore(List<KeyedStateHandle> materialized, List<ChangelogStateHandle> nonMaterialized, KeyGroupRange keyGroupRange, long checkpointId, long materializationID, long persistedSizeOfThisCheckpoint, StateHandleID stateHandleId) ChangelogStateHandleStreamImpl.restore(List<org.apache.flink.api.java.tuple.Tuple2<StreamStateHandle, Long>> handlesAndOffsets, KeyGroupRange keyGroupRange, long size, long incrementalSize, String storageIdentifier, StateHandleID stateHandleID) Constructors in org.apache.flink.runtime.state.changelog with parameters of type KeyGroupRangeModifierConstructorDescriptionChangelogStateBackendHandleImpl(List<KeyedStateHandle> materialized, List<ChangelogStateHandle> nonMaterialized, KeyGroupRange keyGroupRange, long checkpointId, long materializationID, long persistedSizeOfThisCheckpoint) ChangelogStateHandleStreamImpl(List<org.apache.flink.api.java.tuple.Tuple2<StreamStateHandle, Long>> handlesAndOffsets, KeyGroupRange keyGroupRange, long size, long incrementalSize, String storageIdentifier) -
Uses of KeyGroupRange in org.apache.flink.runtime.state.changelog.inmemory
Methods in org.apache.flink.runtime.state.changelog.inmemory that return KeyGroupRangeMethods in org.apache.flink.runtime.state.changelog.inmemory with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionorg.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogWriterInMemoryStateChangelogStorage.createWriter(String operatorID, KeyGroupRange keyGroupRange, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor) InMemoryChangelogStateHandle.getIntersection(KeyGroupRange keyGroupRange) static InMemoryChangelogStateHandleInMemoryChangelogStateHandle.restore(List<StateChange> changes, SequenceNumber from, SequenceNumber to, KeyGroupRange keyGroupRange, StateHandleID stateHandleId) Constructors in org.apache.flink.runtime.state.changelog.inmemory with parameters of type KeyGroupRangeModifierConstructorDescriptionInMemoryChangelogStateHandle(List<StateChange> changes, SequenceNumber from, SequenceNumber to, KeyGroupRange keyGroupRange) -
Uses of KeyGroupRange in org.apache.flink.runtime.state.heap
Fields in org.apache.flink.runtime.state.heap declared as KeyGroupRangeModifier and TypeFieldDescriptionprotected final KeyGroupRangeStateTable.keyGroupRangeThe current key group range.Constructors in org.apache.flink.runtime.state.heap with parameters of type KeyGroupRangeModifierConstructorDescriptionHeapKeyedStateBackendBuilder(TaskKvStateRegistry kvStateRegistry, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, ClassLoader userCodeClassLoader, int numberOfKeyGroups, KeyGroupRange keyGroupRange, org.apache.flink.api.common.ExecutionConfig executionConfig, TtlTimeProvider ttlTimeProvider, LatencyTrackingStateConfig latencyTrackingStateConfig, Collection<KeyedStateHandle> stateHandles, StreamCompressionDecorator keyGroupCompressionDecorator, LocalRecoveryConfig localRecoveryConfig, HeapPriorityQueueSetFactory priorityQueueSetFactory, boolean asynchronousSnapshots, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) HeapKeyValueStateIterator(KeyGroupRange keyGroupRange, org.apache.flink.api.common.typeutils.TypeSerializer<?> keySerializer, int totalKeyGroups, Map<org.apache.flink.runtime.state.heap.StateUID, Integer> stateNamesToId, Map<org.apache.flink.runtime.state.heap.StateUID, StateSnapshot> stateSnapshots) HeapPriorityQueueSet(PriorityComparator<T> elementPriorityComparator, KeyExtractorFunction<T> keyExtractor, int minimumCapacity, KeyGroupRange keyGroupRange, int totalNumberOfKeyGroups) Creates an emptyHeapPriorityQueueSetwith the requested initial capacity.HeapPriorityQueueSetFactory(KeyGroupRange keyGroupRange, int totalKeyGroups, int minimumCapacity) HeapPriorityQueueSnapshotRestoreWrapper(HeapPriorityQueueSet<T> priorityQueue, RegisteredPriorityQueueStateBackendMetaInfo<T> metaInfo, KeyExtractorFunction<T> keyExtractorFunction, KeyGroupRange localKeyGroupRange, int totalKeyGroups) KeyGroupPartitionedPriorityQueue(KeyExtractorFunction<T> keyExtractor, PriorityComparator<T> elementPriorityComparator, KeyGroupPartitionedPriorityQueue.PartitionQueueSetFactory<T, PQ> orderedCacheFactory, KeyGroupRange keyGroupRange, int totalKeyGroups) -
Uses of KeyGroupRange in org.apache.flink.runtime.state.restore
Constructors in org.apache.flink.runtime.state.restore with parameters of type KeyGroupRangeModifierConstructorDescriptionFullSnapshotRestoreOperation(KeyGroupRange keyGroupRange, ClassLoader userCodeClassLoader, Collection<KeyedStateHandle> restoreStateHandles, StateSerializerProvider<K> keySerializerProvider) -
Uses of KeyGroupRange in org.apache.flink.runtime.state.v2.adaptor
Methods in org.apache.flink.runtime.state.v2.adaptor that return KeyGroupRange -
Uses of KeyGroupRange in org.apache.flink.runtime.taskexecutor.rpc
Methods in org.apache.flink.runtime.taskexecutor.rpc with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionvoidRpcKvStateRegistryListener.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId) voidRpcKvStateRegistryListener.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) -
Uses of KeyGroupRange in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type KeyGroupRangeModifier and TypeMethodDescription<K> InternalTimeServiceManager<K>InternalTimeServiceManager.Provider.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) static <K> InternalTimeServiceManagerImpl<K>InternalTimeServiceManagerImpl.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) A factory method for creating theInternalTimeServiceManagerImpl. -
Uses of KeyGroupRange in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state that return KeyGroupRangeMethods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type KeyGroupRangeModifier and TypeMethodDescriptionstatic <K> InternalTimeServiceManager<K>BatchExecutionInternalTimeServiceManager.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) Constructors in org.apache.flink.streaming.api.operators.sorted.state with parameters of type KeyGroupRangeModifierConstructorDescriptionBatchExecutionKeyedStateBackend(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, KeyGroupRange keyGroupRange, org.apache.flink.api.common.ExecutionConfig executionConfig)