Package | Description |
---|---|
org.openspaces.remoting.scripting | |
org.openspaces.remoting.scripting.cache |
Modifier and Type | Method and Description |
---|---|
void |
DefaultScriptingExecutor.setNonThreadSafeCopmiledScriptCache(CompiledScriptCache nonThreadSafeCopmiledScriptCache)
Sets a compiled script cache for compiled scripts taht are not thread safe (the same script
can not be executed by different threads).
|
void |
DefaultScriptingExecutor.setThreadSafeCompiledScriptCache(CompiledScriptCache threadSafeCompiledScriptCache)
Sets a compiled script cache for compiled scripts taht are thread safe (the same script can
be executed by different threads).
|
Modifier and Type | Class and Description |
---|---|
class |
LRUNonThreadSafeCompiledScriptCache
An LRU cache that can handle compiled scripts that are not thread safe.
|
class |
LRUThreadSafeCompiledScriptCache
An LRU cache that can handle compiled scripts that are thread safe.
|
Copyright © GigaSpaces.