| Package | Description | 
|---|---|
| org.openspaces.remoting.scripting | |
| org.openspaces.remoting.scripting.cache | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ScriptCompilationExceptionAn exception indicating a sctipt compilation error. | 
| class  | ScriptExecutionExceptionAn exception indicating failure to execute the script. | 
| class  | ScriptNotLoadedExceptionAn exception indicating that a script was executed without its script content not loaded. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future | DefaultScriptingExecutor. asyncExecute(Script script) | 
| Future<T> | ScriptingExecutor. asyncExecute(Script script)Executes the given script and return a future that can be used to read the response at a
 later stage. | 
| Object | DefaultScriptingExecutor. execute(Script script) | 
| T | ScriptingExecutor. execute(Script script)Executes the given script and returns a response. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | BlockingQueueCompiledScriptPool. get() | 
| Object | CompiledScriptPool. get()Returns a compiled script from the pool. | 
| void | BlockingQueueCompiledScriptPool. init(LocalScriptExecutor executor,
    Script script) | 
| void | CompiledScriptPool. init(LocalScriptExecutor executor,
    Script script)Inits the pool by compiling zero or more scripts. | 
| void | BlockingQueueCompiledScriptPool. put(Object compiledScript) | 
| void | CompiledScriptPool. put(Object compiledScript)Puts back a compiled script to the pool. | 
Copyright © GigaSpaces.