Uses of Package
org.apache.flink.datastream.api.context
Packages that use org.apache.flink.datastream.api.context
Package
Description
-
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.contextClassDescriptionOn the base of
RuntimeContext,BasePartitionedContextalso contains all partition-wise execution information, such as getting state, registering timer, etc.JobInfocontains all the meta information of the job.Execution mode of this current job.This interface represents the context associated with all operations must be applied to all partitions.This is responsibility for managing runtime information related to processing time of process function.A RuntimeContext contains information about the context in which process functions are executed.This is responsibility for managing runtime information related to state of process function.TaskInfocontains all the meta information of the task.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.functionClassDescriptionThis interface represents the context associated with all operations must be applied to all partitions.A
BasePartitionedContextused in one output process functions.This interface represents the context associated with all operations must be applied to all partitions with two outputs.A specialBasePartitionedContextused in two output process functions. -
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.extension.joinClassDescriptionA 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.functionClassDescriptionA
BasePartitionedContextused in one output process functions.A specialBasePartitionedContextused in two output process functions. -
Classes in org.apache.flink.datastream.api.context used by org.apache.flink.datastream.api.functionClassDescriptionThis interface represents the context associated with all operations must be applied to all partitions.A
BasePartitionedContextused in one output process functions.This interface represents the context associated with all operations must be applied to all partitions with two outputs.A specialBasePartitionedContextused in two output process functions.