| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.sorted.state | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Field and Description |
|---|---|
protected StreamTaskCancellationContext |
InternalTimerServiceImpl.cancellationContext
Context that allows us to stop firing timers if the containing task has been cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
<K> InternalTimeServiceManager<K> |
InternalTimeServiceManager.Provider.create(org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> keyedStatedBackend,
ClassLoader userClassloader,
KeyContext keyContext,
ProcessingTimeService processingTimeService,
Iterable<org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider> rawKeyedStates,
StreamTaskCancellationContext cancellationContext) |
static <K> InternalTimeServiceManagerImpl<K> |
InternalTimeServiceManagerImpl.create(org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> keyedStateBackend,
ClassLoader userClassloader,
KeyContext keyContext,
ProcessingTimeService processingTimeService,
Iterable<org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider> rawKeyedStates,
StreamTaskCancellationContext cancellationContext)
A factory method for creating the
InternalTimeServiceManagerImpl. |
| Constructor and Description |
|---|
StreamTaskStateInitializerImpl(org.apache.flink.runtime.execution.Environment environment,
org.apache.flink.runtime.state.StateBackend stateBackend,
org.apache.flink.runtime.checkpoint.SubTaskInitializationMetricsBuilder initializationMetrics,
org.apache.flink.runtime.state.ttl.TtlTimeProvider ttlTimeProvider,
InternalTimeServiceManager.Provider timeServiceManagerProvider,
StreamTaskCancellationContext cancellationContext) |
| Modifier and Type | Method and Description |
|---|---|
static <K> InternalTimeServiceManager<K> |
BatchExecutionInternalTimeServiceManager.create(org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> keyedStatedBackend,
ClassLoader userClassloader,
KeyContext keyContext,
ProcessingTimeService processingTimeService,
Iterable<org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider> rawKeyedStates,
StreamTaskCancellationContext cancellationContext) |
| Modifier and Type | Method and Description |
|---|---|
static StreamTaskCancellationContext |
StreamTaskCancellationContext.alwaysRunning()
Factory for a context that always returns
false when isCancelled() is
called. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.