Package org.apache.flink.runtime.execution.librarycache
-
Interface Summary Interface Description BlobLibraryCacheManager.ClassLoaderFactory LibraryCacheManager The LibraryCacheManager is responsible for creating and managing the user code class loaders.LibraryCacheManager.ClassLoaderHandle Handle to retrieve a user code class loader for the associated job.LibraryCacheManager.ClassLoaderLease Lease which allows to signal when the user code class loader is no longer needed. -
Class Summary Class Description 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.