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, waitclose, execute, isThreadSafepublic T compile(Script script) throws ScriptCompilationException
LocalScriptExecutorcompile in interface LocalScriptExecutor<T>ScriptCompilationExceptionprotected abstract T doCompile(Script script) throws ScriptCompilationException
ScriptCompilationExceptionCopyright © GigaSpaces.