Class KeyGroup
- java.lang.Object
-
- org.apache.flink.runtime.state.restore.KeyGroup
-
@Internal public class KeyGroup extends Object
Part of a savepoint representing data for a single key group.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowingIterator<KeyGroupEntry>
getKeyGroupEntries()
int
getKeyGroupId()
-
-
-
Method Detail
-
getKeyGroupId
public int getKeyGroupId()
-
getKeyGroupEntries
public ThrowingIterator<KeyGroupEntry> getKeyGroupEntries()
-
-