Uses of Interface
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor
-
Packages that use StreamTaskActionExecutor Package Description org.apache.flink.streaming.runtime.tasks org.apache.flink.streaming.runtime.tasks.mailbox -
-
Uses of StreamTaskActionExecutor in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement StreamTaskActionExecutor Modifier and Type Class Description static classStreamTaskActionExecutor.SynchronizedStreamTaskActionExecutorDeprecated.this class should only be used inSourceStreamTaskwhich exposes the checkpoint lock as part of Public API.Fields in org.apache.flink.streaming.runtime.tasks declared as StreamTaskActionExecutor Modifier and Type Field Description static StreamTaskActionExecutorStreamTaskActionExecutor. IMMEDIATEMethods in org.apache.flink.streaming.runtime.tasks with parameters of type StreamTaskActionExecutor Modifier and Type Method Description voidStreamOperatorWrapper. 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 StreamTaskActionExecutor Constructor Description StreamTask(Environment environment, TimerService timerService, Thread.UncaughtExceptionHandler uncaughtExceptionHandler, StreamTaskActionExecutor actionExecutor)Constructor for initialization, possibly with initial state (recovery / savepoint / etc).StreamTask(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 StreamTaskActionExecutor Constructor Description Mail(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)
-