public class WarpScriptJarRepository
extends java.lang.Thread
| Constructor and Description |
|---|
WarpScriptJarRepository(java.lang.String directory,
long delay) |
| Modifier and Type | Method and Description |
|---|---|
static void |
init(java.util.Properties properties) |
static WarpScriptJavaFunction |
load(java.lang.String name,
boolean cached)
Load an instance of a UDF, possibly checking the cache.
|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic WarpScriptJarRepository(java.lang.String directory,
long delay)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic static WarpScriptJavaFunction load(java.lang.String name, boolean cached) throws WarpScriptException
WarpScriptExceptionpublic static void init(java.util.Properties properties)