Interface BasePartitionedContext

All Superinterfaces:
RuntimeContext
All Known Subinterfaces:
PartitionedContext<OUT>, TwoOutputPartitionedContext<OUT1,OUT2>

@Experimental public interface BasePartitionedContext extends RuntimeContext
On the base of RuntimeContext, BasePartitionedContext also contains all partition-wise execution information, such as getting state, registering timer, etc.