Package org.apache.flink.runtime.state
Interface KeyGroupPartitioner.PartitioningResult<T>
-
- All Superinterfaces:
StateSnapshot.StateKeyGroupWriter
- Enclosing class:
- KeyGroupPartitioner<T>
public static interface KeyGroupPartitioner.PartitioningResult<T> extends StateSnapshot.StateKeyGroupWriter
This represents the result of key-group partitioning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<T>
iterator(int keyGroupId)
-
Methods inherited from interface org.apache.flink.runtime.state.StateSnapshot.StateKeyGroupWriter
writeStateInKeyGroup
-
-