|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalScriptExecutor | |
---|---|
org.openspaces.remoting.scripting | |
org.openspaces.remoting.scripting.cache |
Uses of LocalScriptExecutor in org.openspaces.remoting.scripting |
---|
Classes in org.openspaces.remoting.scripting that implement LocalScriptExecutor | |
---|---|
class |
AbstractLocalScriptExecutor<T>
|
class |
GroovyLocalScriptExecutor
Groovy local script executor. |
class |
JRubyLocalScriptExecutor
JRuby local script executor. |
class |
Jsr223LocalScriptExecutor
Java 6 (JSR 223) script executor. |
Method parameters in org.openspaces.remoting.scripting with type arguments of type LocalScriptExecutor | |
---|---|
void |
DefaultScriptingExecutor.setExecutors(Map<String,LocalScriptExecutor> executors)
|
Uses of LocalScriptExecutor in org.openspaces.remoting.scripting.cache |
---|
Methods in org.openspaces.remoting.scripting.cache with parameters of type LocalScriptExecutor | |
---|---|
Object |
LRUNonThreadSafeCompiledScriptCache.get(String name,
LocalScriptExecutor executor,
Script script)
|
Object |
CompiledScriptCache.get(String name,
LocalScriptExecutor executor,
Script script)
Gets the compiled script from the cache. |
Object |
LRUThreadSafeCompiledScriptCache.get(String name,
LocalScriptExecutor executor,
Script script)
|
void |
CompiledScriptPool.init(LocalScriptExecutor executor,
Script script)
Inits the pool by compiling zero or more scripts. |
void |
BlockingQueueCompiledScriptPool.init(LocalScriptExecutor executor,
Script script)
|
void |
LRUNonThreadSafeCompiledScriptCache.put(String name,
Object compiledScript,
LocalScriptExecutor executor)
|
void |
CompiledScriptCache.put(String name,
Object compiledScript,
LocalScriptExecutor executor)
Puts a compiled script back to the cache. |
void |
LRUThreadSafeCompiledScriptCache.put(String name,
Object compiledScript,
LocalScriptExecutor executor)
|
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |