Class KeyGroupsSavepointStateHandle

java.lang.Object
org.apache.flink.runtime.state.KeyGroupsStateHandle
org.apache.flink.runtime.state.KeyGroupsSavepointStateHandle
All Implemented Interfaces:
Serializable, CompositeStateHandle, KeyedStateHandle, SavepointKeyedStateHandle, StateObject, StreamStateHandle

public class KeyGroupsSavepointStateHandle extends KeyGroupsStateHandle implements SavepointKeyedStateHandle
A KeyGroupsStateHandle that describes a savepoint in the unified format.
See Also:
  • Constructor Details

    • KeyGroupsSavepointStateHandle

      public KeyGroupsSavepointStateHandle(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle)
      Parameters:
      groupRangeOffsets - range of key-group ids that in the state of this handle
      streamStateHandle - handle to the actual state of the key-groups
  • Method Details