| Modifier and Type | Interface and Description |
|---|---|
interface |
JobPermanentBlobService
PermanentBlobService extension that gives access to register and release job artifacts. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobServer
This class implements the BLOB server.
|
class |
PermanentBlobCache
Provides a cache for permanent BLOB files including a per-job ref-counting and a staged cleanup.
|
| Modifier and Type | Method and Description |
|---|---|
PermanentBlobService |
BlobServer.getPermanentBlobService() |
PermanentBlobService |
BlobService.getPermanentBlobService()
Returns a BLOB service for accessing permanent BLOBs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDeploymentDescriptor.loadBigData(PermanentBlobService blobService,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,JobInformation> jobInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskInformation> taskInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache)
Loads externalized data from the BLOB store back to the object.
|
void |
InputGateDeploymentDescriptor.tryLoadAndDeserializeShuffleDescriptors(PermanentBlobService blobService,
org.apache.flink.api.common.JobID jobId,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache) |
| Constructor and Description |
|---|
BlobLibraryCacheManager(PermanentBlobService blobService,
BlobLibraryCacheManager.ClassLoaderFactory classLoaderFactory,
boolean wrapsSystemClassLoader) |
| Constructor and Description |
|---|
FileCache(String[] tempDirectories,
PermanentBlobService blobService) |
| Modifier and Type | Method and Description |
|---|---|
static TaskManagerServices |
TaskManagerServices.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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.