Interface PartitionedContext<OUT>

All Superinterfaces:
BasePartitionedContext, RuntimeContext

@Experimental public interface PartitionedContext<OUT> extends BasePartitionedContext
A BasePartitionedContext used in one output process functions.
  • Method Details

    • getNonPartitionedContext

      NonPartitionedContext<OUT> getNonPartitionedContext()
      Get the non-partitioned context of this process function.