Uses of Interface
org.openspaces.remoting.scripting.LocalScriptExecutor
Packages that use LocalScriptExecutor
-
Uses of LocalScriptExecutor in org.openspaces.remoting.scripting
Classes in org.openspaces.remoting.scripting that implement LocalScriptExecutorModifier and TypeClassDescriptionclassclassGroovy local script executor.classJRuby local script executor.classJava 6 (JSR 223) script executor.Method parameters in org.openspaces.remoting.scripting with type arguments of type LocalScriptExecutorModifier and TypeMethodDescriptionvoidDefaultScriptingExecutor.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 LocalScriptExecutorModifier and TypeMethodDescriptionCompiledScriptCache.get(String name, LocalScriptExecutor executor, Script script) Gets the compiled script from the cache.LRUNonThreadSafeCompiledScriptCache.get(String name, LocalScriptExecutor executor, Script script) LRUThreadSafeCompiledScriptCache.get(String name, LocalScriptExecutor executor, Script script) voidBlockingQueueCompiledScriptPool.init(LocalScriptExecutor executor, Script script) voidCompiledScriptPool.init(LocalScriptExecutor executor, Script script) Inits the pool by compiling zero or more scripts.voidCompiledScriptCache.put(String name, Object compiledScript, LocalScriptExecutor executor) Puts a compiled script back to the cache.voidLRUNonThreadSafeCompiledScriptCache.put(String name, Object compiledScript, LocalScriptExecutor executor) voidLRUThreadSafeCompiledScriptCache.put(String name, Object compiledScript, LocalScriptExecutor executor)