Uses of Interface
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor
Packages that use StreamTaskActionExecutor
Package
Description
-
Uses of StreamTaskActionExecutor in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement StreamTaskActionExecutorModifier and TypeClassDescriptionstatic classDeprecated.Fields in org.apache.flink.streaming.runtime.tasks declared as StreamTaskActionExecutorModifier and TypeFieldDescriptionstatic final StreamTaskActionExecutorStreamTaskActionExecutor.IMMEDIATEMethods in org.apache.flink.streaming.runtime.tasks with parameters of type StreamTaskActionExecutorModifier and TypeMethodDescriptionvoidStreamOperatorWrapper.finish(StreamTaskActionExecutor actionExecutor, StopMode stopMode) Finishes the wrapped operator and propagates the finish operation to the next wrapper that theStreamOperatorWrapper.nextpoints to.voidFinishedOperatorChain.finishOperators(StreamTaskActionExecutor actionExecutor, StopMode stopMode) abstract voidOperatorChain.finishOperators(StreamTaskActionExecutor actionExecutor, StopMode stopMode) Closes all operators in a chain effect way.voidRegularOperatorChain.finishOperators(StreamTaskActionExecutor actionExecutor, StopMode stopMode) Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type StreamTaskActionExecutorModifierConstructorDescriptionprotectedStreamTask(Environment environment, TimerService timerService, Thread.UncaughtExceptionHandler uncaughtExceptionHandler, StreamTaskActionExecutor actionExecutor) Constructor for initialization, possibly with initial state (recovery / savepoint / etc).protectedStreamTask(Environment environment, TimerService timerService, Thread.UncaughtExceptionHandler uncaughtExceptionHandler, StreamTaskActionExecutor actionExecutor, TaskMailbox mailbox) -
Uses of StreamTaskActionExecutor in org.apache.flink.streaming.runtime.tasks.mailbox
Constructors in org.apache.flink.streaming.runtime.tasks.mailbox with parameters of type StreamTaskActionExecutorModifierConstructorDescriptionMail(org.apache.flink.api.common.operators.MailboxExecutor.MailOptions mailOptions, org.apache.flink.util.function.ThrowingRunnable<? extends Exception> runnable, int priority, StreamTaskActionExecutor actionExecutor, String descriptionFormat, Object... descriptionArgs) MailboxExecutorImpl(TaskMailbox mailbox, int priority, StreamTaskActionExecutor actionExecutor) MailboxExecutorImpl(TaskMailbox mailbox, int priority, StreamTaskActionExecutor actionExecutor, MailboxProcessor mailboxProcessor) MailboxProcessor(MailboxDefaultAction mailboxDefaultAction, TaskMailbox mailbox, StreamTaskActionExecutor actionExecutor) MailboxProcessor(MailboxDefaultAction mailboxDefaultAction, TaskMailbox mailbox, StreamTaskActionExecutor actionExecutor, MailboxMetricsController mailboxMetricsControl) MailboxProcessor(MailboxDefaultAction mailboxDefaultAction, StreamTaskActionExecutor actionExecutor)
SourceStreamTaskwhich exposes the checkpoint lock as part of Public API.