public abstract class AbstractLocalScriptExecutor<T> extends Object implements LocalScriptExecutor<T>
Constructor and Description |
---|
AbstractLocalScriptExecutor() |
Modifier and Type | Method and Description |
---|---|
T |
compile(Script script)
Compiles the given sctipt.
|
protected abstract T |
doCompile(Script script) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, execute, isThreadSafe
public T compile(Script script) throws ScriptCompilationException
LocalScriptExecutor
compile
in interface LocalScriptExecutor<T>
ScriptCompilationException
protected abstract T doCompile(Script script) throws ScriptCompilationException
ScriptCompilationException
Copyright © GigaSpaces.