| Package | Description |
|---|---|
| org.apache.flink.runtime.execution.librarycache | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobLibraryCacheManager
Provides facilities to download a set of libraries (typically JAR files) for a job from a
PermanentBlobService and create a class loader with references to them. |
| Modifier and Type | Method and Description |
|---|---|
LibraryCacheManager |
JobManagerSharedServices.getLibraryCacheManager() |
| Constructor and Description |
|---|
JobManagerSharedServices(ScheduledExecutorService futureExecutor,
ExecutorService ioExecutor,
LibraryCacheManager libraryCacheManager,
ShuffleMaster<?> shuffleMaster,
BlobWriter blobWriter) |
| Modifier and Type | Method and Description |
|---|---|
LibraryCacheManager |
TaskManagerServices.getLibraryCacheManager() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.