Uses of Interface
org.apache.flink.datastream.api.context.RuntimeContext
-
Packages that use RuntimeContext Package Description org.apache.flink.datastream.api.context org.apache.flink.datastream.api.extension.join -
-
Uses of RuntimeContext in org.apache.flink.datastream.api.context
Subinterfaces of RuntimeContext in org.apache.flink.datastream.api.context Modifier and Type Interface Description interfaceBasePartitionedContextOn the base ofRuntimeContext,BasePartitionedContextalso contains all partition-wise execution information, such as getting state, registering timer, etc.interfaceNonPartitionedContext<OUT>This 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 RuntimeContext Modifier and Type Method Description voidJoinFunction. processRecord(IN1 leftRecord, IN2 rightRecord, Collector<OUT> output, RuntimeContext ctx)
-