Uses of Interface
org.apache.flink.runtime.execution.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type EnvironmentModifier and TypeMethodDescriptionFileMergingSnapshotManager.SubtaskKey.of(Environment environment) -
Uses of Environment in org.apache.flink.runtime.iterative.task
Constructors in org.apache.flink.runtime.iterative.task with parameters of type EnvironmentModifierConstructorDescriptionAbstractIterativeTask(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 EnvironmentModifier and TypeMethodDescriptionfinal EnvironmentAbstractInvokable.getEnvironment()Returns the environment of this task.Constructors in org.apache.flink.runtime.jobgraph.tasks with parameters of type EnvironmentModifierConstructorDescriptionAbstractInvokable(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 EnvironmentModifierConstructorDescriptionBatchTask(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 EnvironmentModifier and TypeMethodDescriptionKeyedStateBackendParametersImpl.getEnv()OperatorStateBackendParametersImpl.getEnv()StateBackend.KeyedStateBackendParameters.getEnv()StateBackend.OperatorStateBackendParameters.getEnv()Methods in org.apache.flink.runtime.state with parameters of type EnvironmentModifier and TypeMethodDescriptiondefault CheckpointStorageWorkerViewCheckpointStorageWorkerView.toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager, Environment environment) ReturnFsMergingCheckpointStorageAccessif file merging is enabled.Constructors in org.apache.flink.runtime.state with parameters of type EnvironmentModifierConstructorDescriptionKeyedStateBackendParametersImpl(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 EnvironmentModifier and TypeMethodDescriptionFsCheckpointStorageAccess.toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager, Environment environment) Constructors in org.apache.flink.runtime.state.filesystem with parameters of type EnvironmentModifierConstructorDescriptionFsMergingCheckpointStorageAccess(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 -
Uses of Environment in org.apache.flink.streaming.api.operators
Constructors in org.apache.flink.streaming.api.operators with parameters of type EnvironmentModifierConstructorDescriptionStreamingRuntimeContext(Environment env, Map<String, org.apache.flink.api.common.accumulators.Accumulator<?, ?>> accumulators, org.apache.flink.metrics.groups.OperatorMetricGroup operatorMetricGroup, OperatorID operatorID, ProcessingTimeService processingTimeService, org.apache.flink.api.common.state.KeyedStateStore keyedStateStore, ExternalResourceInfoProvider externalResourceInfoProvider) StreamingRuntimeContext(AbstractStreamOperator<?> operator, Environment env, Map<String, org.apache.flink.api.common.accumulators.Accumulator<?, ?>> accumulators) StreamTaskStateInitializerImpl(Environment environment, StateBackend stateBackend) StreamTaskStateInitializerImpl(Environment environment, StateBackend stateBackend, SubTaskInitializationMetricsBuilder initializationMetrics, TtlTimeProvider ttlTimeProvider, InternalTimeServiceManager.Provider timeServiceManagerProvider, StreamTaskCancellationContext cancellationContext) -
Uses of Environment in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return EnvironmentMethods in org.apache.flink.streaming.runtime.tasks with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic <OUT> RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>>StreamTask.createRecordWriterDelegate(StreamConfig configuration, Environment environment) Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type EnvironmentModifierConstructorDescriptionConstructor for initialization, possibly with initial state (recovery / savepoint / etc).Constructor for initialization, possibly with initial state (recovery / savepoint / etc).OneInputStreamTask(Environment env, TimerService timeProvider) Constructor for initialization, possibly with initial state (recovery / savepoint / etc).Deprecated.StreamIterationTail(Environment environment) protectedStreamTask(Environment env) Constructor for initialization, possibly with initial state (recovery / savepoint / etc).protectedStreamTask(Environment env, TimerService timerService) Constructor for initialization, possibly with initial state (recovery / savepoint / etc).protectedStreamTask(Environment environment, TimerService timerService, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) protectedStreamTask(Environment environment, TimerService timerService, Thread.UncaughtExceptionHandler uncaughtExceptionHandler, StreamTaskActionExecutor actionExecutor) Constructor for initialization, possibly with initial state (recovery / savepoint / etc).protectedStreamTask(Environment environment, TimerService timerService, Thread.UncaughtExceptionHandler uncaughtExceptionHandler, StreamTaskActionExecutor actionExecutor, TaskMailbox mailbox)