public class FunctionInitializer extends Object
| Constructor and Description |
|---|
FunctionInitializer(String className,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
String |
getClassName() |
List<String> |
getImports() |
String |
getMethod(String methodName) |
public FunctionInitializer(String className, ClassLoader classLoader)
className - the fully qualified name of the class implementing the functionclassLoader - class loader associated with the function, is unique for each jar
that holds function to prevent classpath collisions during loading
an unloading jarspublic ClassLoader getClassLoader()
public String getClassName()
Copyright © 2022 The Apache Software Foundation. All rights reserved.