public interface Script extends BroadcastIndicator
| Modifier and Type | Method and Description | 
|---|---|
| Object[] | getMetaArguments()Returns a set of meta arguments that are used for remote invocation. | 
| String | getName()The name of the script. | 
| Map<String,Object> | getParameters()One or more parameters that will be passes to the script. | 
| Object | getRouting()The routing index for the script. | 
| String | getScriptAsString()The script source as a string. | 
| String | getType()The type of the script (or actually, language). | 
| boolean | shouldCache()Should this script be cached or not. | 
getReducer, shouldBroadcastString getName()
String getType()
groovy or
 ruby.String getScriptAsString()
Map<String,Object> getParameters()
Object getRouting()
null. Defaults to a random routing.boolean shouldCache()
true.Object[] getMetaArguments()
Copyright © GigaSpaces.