Uses of Interface
org.apache.flink.runtime.state.KeyGroupsList
-
Packages that use KeyGroupsList Package Description org.apache.flink.runtime.state -
-
Uses of KeyGroupsList in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement KeyGroupsList Modifier and Type Class Description classKeyGroupRangeThis class defines a range of key-group indexes.Methods in org.apache.flink.runtime.state that return KeyGroupsList Modifier and Type Method Description KeyGroupsListKeyedStateCheckpointOutputStream. getKeyGroupList()Returns a list of all key-groups which can be written to this stream.
-