Uses of Interface
org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Packages that use LibraryCacheManager
Package
Description
-
Uses of LibraryCacheManager in org.apache.flink.runtime.execution.librarycache
Classes in org.apache.flink.runtime.execution.librarycache that implement LibraryCacheManagerModifier and TypeClassDescriptionclassProvides 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 LibraryCacheManagerConstructors in org.apache.flink.runtime.jobmaster with parameters of type LibraryCacheManagerModifierConstructorDescriptionJobManagerSharedServices(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