Uses of Package
org.apache.flink.datastream.api.context
-
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.context Class Description BasePartitionedContext On the base ofRuntimeContext,BasePartitionedContextalso contains all partition-wise execution information, such as getting state, registering timer, etc.JobInfo JobInfocontains all the meta information of the job.JobInfo.ExecutionMode Execution mode of this current job.NonPartitionedContext This interface represents the context associated with all operations must be applied to all partitions.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.TwoOutputNonPartitionedContext This interface represents the context associated with all operations must be applied to all partitions with two outputs. -
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.extension.eventtime.function Class Description NonPartitionedContext This interface represents the context associated with all operations must be applied to all partitions.PartitionedContext ABasePartitionedContextused in one output process functions.TwoOutputNonPartitionedContext This interface represents the context associated with all operations must be applied to all partitions with two outputs.TwoOutputPartitionedContext A specialBasePartitionedContextused in two output process functions. -
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.extension.join Class Description RuntimeContext A RuntimeContext contains information about the context in which process functions are executed. -
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.extension.window.function Class Description PartitionedContext ABasePartitionedContextused in one output process functions.TwoOutputPartitionedContext A specialBasePartitionedContextused in two output process functions. -
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 ABasePartitionedContextused in one output process functions.TwoOutputNonPartitionedContext This interface represents the context associated with all operations must be applied to all partitions with two outputs.TwoOutputPartitionedContext A specialBasePartitionedContextused in two output process functions.