Uses of Interface
org.apache.flink.runtime.execution.Environment
-
-
Uses of Environment in org.apache.flink.runtime.iterative.task
Constructors in org.apache.flink.runtime.iterative.task with parameters of type Environment Constructor 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. -
Uses of Environment in org.apache.flink.runtime.jobgraph.tasks
Methods in org.apache.flink.runtime.jobgraph.tasks that return Environment Modifier and Type Method Description EnvironmentAbstractInvokable. getEnvironment()Returns the environment of this task.Constructors in org.apache.flink.runtime.jobgraph.tasks with parameters of type Environment Constructor Description AbstractInvokable(Environment environment)Create an Invokable task and set its environment. -
Uses of Environment in org.apache.flink.runtime.operators
Constructors in org.apache.flink.runtime.operators with parameters of type Environment Constructor 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. -
Uses of Environment in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return Environment Modifier and Type Method Description EnvironmentKeyedStateBackendParametersImpl. getEnv()EnvironmentOperatorStateBackendParametersImpl. getEnv()EnvironmentStateBackend.KeyedStateBackendParameters. getEnv()EnvironmentStateBackend.OperatorStateBackendParameters. getEnv()Methods in org.apache.flink.runtime.state with parameters of type Environment Modifier and Type Method Description default CheckpointStorageWorkerViewCheckpointStorageWorkerView. toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager, Environment environment)ReturnFsMergingCheckpointStorageAccessif file merging is enabled Otherwise, return itself.Constructors in org.apache.flink.runtime.state with parameters of type Environment Constructor 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) -
Uses of Environment in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem with parameters of type Environment Modifier and Type Method Description FsMergingCheckpointStorageAccessFsCheckpointStorageAccess. toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager, Environment environment)Constructors in org.apache.flink.runtime.state.filesystem with parameters of type Environment Constructor Description FsMergingCheckpointStorageAccess(org.apache.flink.core.fs.FileSystem fs, 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) -
Uses of Environment in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement Environment Modifier and Type Class Description classRuntimeEnvironmentIn implementation of theEnvironment.
-