| Modifier and Type | Method and Description |
|---|---|
static FileMergingSnapshotManager.SubtaskKey |
FileMergingSnapshotManager.SubtaskKey.of(Environment environment) |
| Constructor and Description |
|---|
AbstractIterativeTask(Environment environment)
Create an Invokable task and set its environment.
|
IterationHeadTask(Environment environment)
Create an Invokable task and set its environment.
|
IterationIntermediateTask(Environment environment)
Create an Invokable task and set its environment.
|
IterationSynchronizationSinkTask(Environment environment)
Create an Invokable task and set its environment.
|
IterationTailTask(Environment environment)
Create an Invokable task and set its environment.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
AbstractInvokable.getEnvironment()
Returns the environment of this task.
|
| Constructor and Description |
|---|
AbstractInvokable(Environment environment)
Create an Invokable task and set its environment.
|
| Constructor and Description |
|---|
BatchTask(Environment environment)
Create an Invokable task and set its environment.
|
DataSinkTask(Environment environment)
Create an Invokable task and set its environment.
|
DataSourceTask(Environment environment)
Create an Invokable task and set its environment.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
StateBackend.KeyedStateBackendParameters.getEnv() |
Environment |
StateBackend.OperatorStateBackendParameters.getEnv() |
Environment |
KeyedStateBackendParametersImpl.getEnv() |
Environment |
OperatorStateBackendParametersImpl.getEnv() |
| Modifier and Type | Method and Description |
|---|---|
default CheckpointStorageWorkerView |
CheckpointStorageWorkerView.toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager,
Environment environment)
Return
FsMergingCheckpointStorageAccess if
file merging is enabled. |
| Constructor and Description |
|---|
KeyedStateBackendParametersImpl(Environment env,
org.apache.flink.api.common.JobID jobID,
String operatorIdentifier,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
int numberOfKeyGroups,
KeyGroupRange keyGroupRange,
TaskKvStateRegistry kvStateRegistry,
TtlTimeProvider ttlTimeProvider,
org.apache.flink.metrics.MetricGroup metricGroup,
Collection<KeyedStateHandle> stateHandles,
org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) |
KeyedStateBackendParametersImpl(Environment env,
org.apache.flink.api.common.JobID jobID,
String operatorIdentifier,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
int numberOfKeyGroups,
KeyGroupRange keyGroupRange,
TaskKvStateRegistry kvStateRegistry,
TtlTimeProvider ttlTimeProvider,
org.apache.flink.metrics.MetricGroup metricGroup,
StateBackend.CustomInitializationMetrics customInitializationMetrics,
Collection<KeyedStateHandle> stateHandles,
org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry,
double managedMemoryFraction) |
OperatorStateBackendParametersImpl(Environment env,
String operatorIdentifier,
Collection<OperatorStateHandle> stateHandles,
org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) |
OperatorStateBackendParametersImpl(Environment env,
String operatorIdentifier,
Collection<OperatorStateHandle> stateHandles,
StateBackend.CustomInitializationMetrics customInitializationMetrics,
org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) |
| Modifier and Type | Method and Description |
|---|---|
FsMergingCheckpointStorageAccess |
FsCheckpointStorageAccess.toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager,
Environment environment) |
| Constructor and Description |
|---|
FsMergingCheckpointStorageAccess(org.apache.flink.core.fs.Path checkpointBaseDirectory,
org.apache.flink.core.fs.Path defaultSavepointDirectory,
org.apache.flink.api.common.JobID jobId,
int fileSizeThreshold,
int writeBufferSize,
FileMergingSnapshotManager fileMergingSnapshotManager,
Environment environment) |
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeEnvironment
In implementation of the
Environment. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.