| 程序包 | 说明 |
|---|---|
| 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.close(StreamTaskActionExecutor actionExecutor,
boolean isStoppingBySyncSavepoint)
Closes the wrapped operator and propagates the close operation to the next wrapper that the
StreamOperatorWrapper.next points to. |
protected void |
OperatorChain.closeOperators(StreamTaskActionExecutor actionExecutor)
Closes all operators in a chain effect way.
|
| 构造器和说明 |
|---|
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) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.