public class FunctionUtils extends Object
| Constructor and Description |
|---|
FunctionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFunctionClass(ClassLoader classLoader)
Extract the Pulsar Function class from a functionctor archive.
|
static FunctionDefinition |
getFunctionDefinition(String narPath) |
static Functions |
searchForFunctions(String functionsDirectory) |
public static String getFunctionClass(ClassLoader classLoader) throws IOException
IOExceptionpublic static FunctionDefinition getFunctionDefinition(String narPath) throws IOException
IOExceptionpublic static Functions searchForFunctions(String functionsDirectory) throws IOException
IOExceptionCopyright © 2017–2021 Apache Software Foundation. All rights reserved.