Uses of Package
org.apache.flink.streaming.runtime.tasks
Packages that use org.apache.flink.streaming.runtime.tasks
Package
Description
-
-
-
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.api.functions.sourceClassDescriptionInterface for
StreamOperatorFactory, which enables stream operators to accessProcessingTimeService. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.api.operatorsClassDescriptionThe
OperatorChaincontains all operators that are executed as one chain within a singleStreamTask.Defines the current processing time and handles all related actions, such as register timers for tasks to be executed in the future.Interface forStreamOperatorFactory, which enables stream operators to accessProcessingTimeService.Base class for all streaming tasks.Check whether records can be emitted in batch.Context on theStreamTaskfor figuring out whether it has been cancelled.AnOutputthat measures the last emitted watermark with aWatermarkGauge. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.api.operators.collectClassDescriptionInterface for
StreamOperatorFactory, which enables stream operators to accessProcessingTimeService. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.api.operators.sorted.stateClassDescriptionDefines the current processing time and handles all related actions, such as register timers for tasks to be executed in the future.Context on the
StreamTaskfor figuring out whether it has been cancelled. -
-
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.api.operators.sourceClassDescriptionDefines the current processing time and handles all related actions, such as register timers for tasks to be executed in the future.
-
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.ioClassDescriptionThe
OperatorChaincontains all operators that are executed as one chain within a singleStreamTask.This is a wrapper for outputs to check whether the collected record has been emitted to a downstream subtask or to a chained operator.Check whether records can be emitted in batch.AnOutputthat measures the last emitted watermark with aWatermarkGauge. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.io.checkpointingClassDescriptionCoordinates checkpointing-related work for a subtask (i.e.A common timer service interface with life cycle methods.
-
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.io.recoveryClassDescriptionCheck whether records can be emitted in batch.
-
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.operatorsClassDescriptionInterface for
StreamOperatorFactory, which enables stream operators to accessProcessingTimeService. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.operators.sinkClassDescriptionInterface for
StreamOperatorFactory, which enables stream operators to accessProcessingTimeService.Base class for all streaming tasks. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.operators.windowingClassDescriptionDefines the current processing time and handles all related actions, such as register timers for tasks to be executed in the future.Interface for
StreamOperatorFactory, which enables stream operators to accessProcessingTimeService.Base class for all streaming tasks. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.tasksClassDescriptionAbstract class for executing a
TwoInputStreamOperator.Details about the operator containing task (such asStreamTask).A fakeInputfor finished on restore tasks.AStreamTaskfor executing aOneInputStreamOperator.TheOperatorChaincontains all operators that are executed as one chain within a singleStreamTask.Wrapper class to access the chained sources and their's outputs.An implementation of theOperatorEventDispatcher.Defines the current processing time and handles all related actions, such as register timers for tasks to be executed in the future.A factory for creating processing time services with a givenMailboxExecutor.This class handles the finish, endInput and other related logic of aStreamOperator.Base class for all streaming tasks.Check whether records can be emitted in batch.Deprecated.Context on theStreamTaskfor figuring out whether it has been cancelled.A common timer service interface with life cycle methods.AnOutputthat measures the last emitted watermark with aWatermarkGauge. -
Classes in org.apache.flink.streaming.runtime.tasks used by org.apache.flink.streaming.runtime.tasks.mailboxClassDescriptionA common timer service interface with life cycle methods.
SourceStreamTaskwhich exposes the checkpoint lock as part of Public API.