Uses of Interface
org.apache.flink.datastream.api.context.RuntimeContext
-
Packages that use RuntimeContext Package Description org.apache.flink.datastream.api.context -
-
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 interfaceNonPartitionedContext<OUT>This interface represents the context associated with all operations must be applied to all partitions.interfacePartitionedContextOn the base ofRuntimeContext,PartitionedContextalso contains all partition-wise execution information, such as getting state, registering timer, etc.interfaceTwoOutputNonPartitionedContext<OUT1,OUT2>This interface represents the context associated with all operations must be applied to all partitions with two outputs.
-