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)
Loads externalized data from the BLOB store back to the object.
|
Constructor and Description |
---|
BlobLibraryCacheManager(PermanentBlobService blobService,
BlobLibraryCacheManager.ClassLoaderFactory classLoaderFactory) |
Constructor and Description |
---|
FileCache(String[] tempDirectories,
PermanentBlobService blobService) |
Modifier and Type | Method and Description |
---|---|
static TaskManagerServices |
TaskManagerServices.fromConfiguration(TaskManagerServicesConfiguration taskManagerServicesConfiguration,
PermanentBlobService permanentBlobService,
MetricGroup taskManagerMetricGroup,
ExecutorService ioExecutor,
FatalErrorHandler fatalErrorHandler)
Creates and returns the task manager services.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.