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 classBlobLibraryCacheManagerProvides facilities to download a set of libraries (typically JAR files) for a job from aPermanentBlobServiceand 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 LibraryCacheManagerJobManagerSharedServices. 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 LibraryCacheManagerTaskManagerServices. getLibraryCacheManager()
-