Uses of Interface
org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Packages that use LibraryCacheManager Package Description org.apache.flink.runtime.execution.librarycache org.apache.flink.runtime.jobmaster org.apache.flink.runtime.taskexecutor -
-
Uses of LibraryCacheManager in org.apache.flink.runtime.execution.librarycache
Classes in org.apache.flink.runtime.execution.librarycache that implement LibraryCacheManager Modifier and Type Class Description class
BlobLibraryCacheManager
Provides facilities to download a set of libraries (typically JAR files) for a job from aPermanentBlobService
and create a class loader with references to them. -
Uses of LibraryCacheManager in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return LibraryCacheManager Modifier and Type Method Description LibraryCacheManager
JobManagerSharedServices. getLibraryCacheManager()
Constructors in org.apache.flink.runtime.jobmaster with parameters of type LibraryCacheManager Constructor Description JobManagerSharedServices(ScheduledExecutorService futureExecutor, ExecutorService ioExecutor, LibraryCacheManager libraryCacheManager, ShuffleMaster<?> shuffleMaster, BlobWriter blobWriter)
-
Uses of LibraryCacheManager in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return LibraryCacheManager Modifier and Type Method Description LibraryCacheManager
TaskManagerServices. getLibraryCacheManager()
-