| Package | Description | 
|---|---|
| org.openspaces.remoting.scripting | |
| org.openspaces.remoting.scripting.cache | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
LocalScriptExecutor.compile(Script script)
Compiles the given sctipt. 
 | 
T | 
AbstractLocalScriptExecutor.compile(Script script)  | 
protected groovy.lang.Script | 
GroovyLocalScriptExecutor.doCompile(Script script)  | 
JRubyLocalScriptExecutor.JRubyCompiledScript | 
JRubyLocalScriptExecutor.doCompile(Script script)  | 
Object | 
Jsr223LocalScriptExecutor.doCompile(Script script)  | 
protected abstract T | 
AbstractLocalScriptExecutor.doCompile(Script script)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
CompiledScriptCache.get(String name,
   LocalScriptExecutor executor,
   Script script)
Gets the compiled script from the cache. 
 | 
Object | 
LRUNonThreadSafeCompiledScriptCache.get(String name,
   LocalScriptExecutor executor,
   Script script)  | 
Object | 
LRUThreadSafeCompiledScriptCache.get(String name,
   LocalScriptExecutor executor,
   Script script)  | 
Copyright © GigaSpaces.