Uses of Package
org.apache.flink.datastream.api.context
-
Packages that use org.apache.flink.datastream.api.context Package Description org.apache.flink.datastream.api.context org.apache.flink.datastream.api.function -
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.context Class Description JobInfo JobInfocontains all the meta information of the job.JobInfo.ExecutionMode Execution mode of this current job.ProcessingTimeManager This is responsibility for managing runtime information related to processing time of process function.RuntimeContext A RuntimeContext contains information about the context in which process functions are executed.StateManager This is responsibility for managing runtime information related to state of process function.TaskInfo TaskInfocontains all the meta information of the task. -
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.function Class Description NonPartitionedContext This interface represents the context associated with all operations must be applied to all partitions.PartitionedContext On the base ofRuntimeContext,PartitionedContextalso contains all partition-wise execution information, such as getting state, registering timer, etc.TwoOutputNonPartitionedContext This interface represents the context associated with all operations must be applied to all partitions with two outputs.