| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.execution.librarycache | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.taskexecutor |
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
LibraryCacheManager |
JobManagerSharedServices.getLibraryCacheManager() |
| 构造器和说明 |
|---|
JobManagerSharedServices(ScheduledExecutorService futureExecutor,
ExecutorService ioExecutor,
LibraryCacheManager libraryCacheManager,
ShuffleMaster<?> shuffleMaster,
BlobWriter blobWriter) |
| 限定符和类型 | 方法和说明 |
|---|---|
LibraryCacheManager |
TaskManagerServices.getLibraryCacheManager() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.