Uses of Interface
org.apache.flink.runtime.blob.TaskExecutorBlobService
Packages that use TaskExecutorBlobService
-
Uses of TaskExecutorBlobService in org.apache.flink.runtime.blob
Classes in org.apache.flink.runtime.blob that implement TaskExecutorBlobServiceModifier and TypeClassDescriptionclassThe BLOB cache provides access to BLOB services for permanent and transient BLOBs. -
Uses of TaskExecutorBlobService in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type TaskExecutorBlobServiceModifier and TypeMethodDescriptionstatic TaskExecutorTaskManagerRunner.startTaskManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceID, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, MetricRegistry metricRegistry, TaskExecutorBlobService taskExecutorBlobService, boolean localCommunicationOnly, ExternalResourceInfoProvider externalResourceInfoProvider, WorkingDirectory workingDirectory, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, DelegationTokenReceiverRepository delegationTokenReceiverRepository) Constructors in org.apache.flink.runtime.taskexecutor with parameters of type TaskExecutorBlobServiceModifierConstructorDescriptionTaskExecutor(org.apache.flink.runtime.rpc.RpcService rpcService, TaskManagerConfiguration taskManagerConfiguration, HighAvailabilityServices haServices, TaskManagerServices taskExecutorServices, ExternalResourceInfoProvider externalResourceInfoProvider, HeartbeatServices heartbeatServices, TaskManagerMetricGroup taskManagerMetricGroup, String metricQueryServiceAddress, TaskExecutorBlobService taskExecutorBlobService, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, TaskExecutorPartitionTracker partitionTracker, DelegationTokenReceiverRepository delegationTokenReceiverRepository)