| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| org.apache.flink.streaming.runtime.tasks.mailbox |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor
已过时。
this class should only be used in
SourceStreamTask which exposes the
checkpoint lock as part of Public API. |
| 限定符和类型 | 字段和说明 |
|---|---|
static StreamTaskActionExecutor |
StreamTaskActionExecutor.IMMEDIATE |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StreamOperatorWrapper.finish(StreamTaskActionExecutor actionExecutor,
org.apache.flink.runtime.io.network.api.StopMode stopMode)
Finishes the wrapped operator and propagates the finish operation to the next wrapper that
the
StreamOperatorWrapper.next points to. |
void |
FinishedOperatorChain.finishOperators(StreamTaskActionExecutor actionExecutor,
org.apache.flink.runtime.io.network.api.StopMode stopMode) |
abstract void |
OperatorChain.finishOperators(StreamTaskActionExecutor actionExecutor,
org.apache.flink.runtime.io.network.api.StopMode stopMode)
Closes all operators in a chain effect way.
|
void |
RegularOperatorChain.finishOperators(StreamTaskActionExecutor actionExecutor,
org.apache.flink.runtime.io.network.api.StopMode stopMode) |
| 构造器和说明 |
|---|
StreamTask(org.apache.flink.runtime.execution.Environment environment,
TimerService timerService,
Thread.UncaughtExceptionHandler uncaughtExceptionHandler,
StreamTaskActionExecutor actionExecutor)
Constructor for initialization, possibly with initial state (recovery / savepoint / etc).
|
StreamTask(org.apache.flink.runtime.execution.Environment environment,
TimerService timerService,
Thread.UncaughtExceptionHandler uncaughtExceptionHandler,
StreamTaskActionExecutor actionExecutor,
TaskMailbox mailbox) |
| 构造器和说明 |
|---|
Mail(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,
StreamTaskActionExecutor actionExecutor) |
MailboxProcessor(MailboxDefaultAction mailboxDefaultAction,
TaskMailbox mailbox,
StreamTaskActionExecutor actionExecutor) |
MailboxProcessor(MailboxDefaultAction mailboxDefaultAction,
TaskMailbox mailbox,
StreamTaskActionExecutor actionExecutor,
MailboxMetricsController mailboxMetricsControl) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.