| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.source | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.async | |
| org.apache.flink.streaming.runtime.io.checkpointing | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| org.apache.flink.streaming.runtime.tasks.mailbox |
| Modifier and Type | Method and Description |
|---|---|
void |
ContinuousFileReaderOperatorFactory.setMailboxExecutor(MailboxExecutor mailboxExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
YieldingOperatorFactory.setMailboxExecutor(MailboxExecutor mailboxExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncWaitOperatorFactory.setMailboxExecutor(MailboxExecutor mailboxExecutor) |
| Constructor and Description |
|---|
AsyncWaitOperator(AsyncFunction<IN,OUT> asyncFunction,
long timeout,
int capacity,
AsyncDataStream.OutputMode outputMode,
ProcessingTimeService processingTimeService,
MailboxExecutor mailboxExecutor) |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointBarrierHandler |
InputProcessorUtil.createCheckpointBarrierHandler(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint,
StreamConfig config,
SubtaskCheckpointCoordinator checkpointCoordinator,
String taskName,
List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>[] inputGates,
List<StreamTaskSourceInput<?>> sourceInputs,
MailboxExecutor mailboxExecutor,
TimerService timerService) |
static CheckpointedInputGate |
InputProcessorUtil.createCheckpointedInputGate(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint,
StreamConfig config,
SubtaskCheckpointCoordinator checkpointCoordinator,
org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate[] inputGates,
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
String taskName,
MailboxExecutor mailboxExecutor,
TimerService timerService) |
static CheckpointedInputGate[] |
InputProcessorUtil.createCheckpointedMultipleInputGate(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint,
StreamConfig config,
SubtaskCheckpointCoordinator checkpointCoordinator,
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
String taskName,
MailboxExecutor mailboxExecutor,
List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>[] inputGates,
List<StreamTaskSourceInput<?>> sourceInputs,
TimerService timerService) |
static CheckpointedInputGate[] |
InputProcessorUtil.createCheckpointedMultipleInputGate(MailboxExecutor mailboxExecutor,
List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>[] inputGates,
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
CheckpointBarrierHandler barrierHandler,
StreamConfig config) |
| Constructor and Description |
|---|
CheckpointedInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate,
CheckpointBarrierHandler barrierHandler,
MailboxExecutor mailboxExecutor)
Creates a new checkpoint stream aligner.
|
CheckpointedInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate,
CheckpointBarrierHandler barrierHandler,
MailboxExecutor mailboxExecutor,
UpstreamRecoveryTracker upstreamRecoveryTracker) |
| Modifier and Type | Method and Description |
|---|---|
ProcessingTimeService |
ProcessingTimeServiceFactory.createProcessingTimeService(MailboxExecutor mailboxExecutor)
Creates a new processing time service with the mailbox executor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MailboxExecutorImpl
Implementation of an executor service build around a mailbox-based execution model.
|
| Modifier and Type | Method and Description |
|---|---|
MailboxExecutor |
MailboxExecutorFactory.createExecutor(int priority)
Creates a new executor for the given priority.
|
MailboxExecutor |
MailboxProcessor.getMailboxExecutor(int priority)
Returns an executor service facade to submit actions to the mailbox.
|
MailboxExecutor |
MailboxProcessor.getMainMailboxExecutor() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.