Uses of Class
org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
Packages that use TaskManagerServicesConfiguration
-
Uses of TaskManagerServicesConfiguration in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return TaskManagerServicesConfigurationModifier and TypeMethodDescriptionTaskManagerServicesConfiguration.fromConfiguration(org.apache.flink.configuration.Configuration configuration, ResourceID resourceID, String externalAddress, boolean localCommunicationOnly, TaskExecutorResourceSpec taskExecutorResourceSpec, WorkingDirectory workingDirectory) Utility method to extract TaskManager config parameters from the configuration and to sanity check them.Methods in org.apache.flink.runtime.taskexecutor with parameters of type TaskManagerServicesConfigurationModifier and TypeMethodDescriptionstatic KvStateServiceKvStateService.fromConfiguration(TaskManagerServicesConfiguration taskManagerServicesConfiguration) Creates and returns the KvState service.static TaskManagerServicesTaskManagerServices.fromConfiguration(TaskManagerServicesConfiguration taskManagerServicesConfiguration, PermanentBlobService permanentBlobService, org.apache.flink.metrics.MetricGroup taskManagerMetricGroup, ExecutorService ioExecutor, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, WorkingDirectory workingDirectory) Creates and returns the task manager services.