Uses of Interface
org.apache.flink.datastream.api.context.RuntimeContext
Packages that use RuntimeContext
Package
Description
-
Uses of RuntimeContext in org.apache.flink.datastream.api.context
Subinterfaces of RuntimeContext in org.apache.flink.datastream.api.contextModifier and TypeInterfaceDescriptioninterfaceOn the base ofRuntimeContext,BasePartitionedContextalso contains all partition-wise execution information, such as getting state, registering timer, etc.interfaceThis interface represents the context associated with all operations must be applied to all partitions.interfacePartitionedContext<OUT>ABasePartitionedContextused in one output process functions.interfaceTwoOutputNonPartitionedContext<OUT1,OUT2> This interface represents the context associated with all operations must be applied to all partitions with two outputs.interfaceTwoOutputPartitionedContext<OUT1,OUT2> A specialBasePartitionedContextused in two output process functions. -
Uses of RuntimeContext in org.apache.flink.datastream.api.extension.join
Methods in org.apache.flink.datastream.api.extension.join with parameters of type RuntimeContextModifier and TypeMethodDescriptionvoidJoinFunction.processRecord(IN1 leftRecord, IN2 rightRecord, Collector<OUT> output, RuntimeContext ctx)