Uses of Class
org.openspaces.remoting.scripting.StaticScript
Packages that use StaticScript
-
Uses of StaticScript in org.openspaces.remoting.scripting
Subclasses of StaticScript in org.openspaces.remoting.scriptingModifier and TypeClassDescriptionclassA static script that uses SpringResourceandResourceLoaderto load a given script (for example, from the classpath).Methods in org.openspaces.remoting.scripting that return StaticScriptModifier and TypeMethodDescription<T,Y> StaticScript StaticScript.broadcast(RemoteResultReducer<T, Y> reducer) Broadcast the execution of this script over all active partitions.StaticScript.cache(boolean shouldCache) Should this script be cached or not.StaticScript.metaArguments(Object... metaArguments) Adds another meta argument to the scriptSets the name of the script.Puts a parameter that can be used during script execution.Sets the routing index (which partition it will "hit") for the scirpt.Sets the actual script source.Sets the type of the script.