All Classes and Interfaces
Class
Description
Util to handle exceptions.
A cache entry in the function cache.
A cache manager for caching function code and its dependencies.
An implementation of
FunctionCacheManager.Class loaders for loading function code.
Utils used for runtime.
FunctionFilePackage is a class that represents a function package and
implements the ValidatableFunctionPackage interface which decouples the
function package from classloading.
LoadedFunctionPackage is a class that represents a function package and
implements the ValidatableFunctionPackage interface which decouples the
function package from classloading.
This abstraction separates the function and connector definition from classloading,
enabling validation without the need for classloading.