| Package | Description | 
|---|---|
| org.openspaces.remoting.scripting | 
| Modifier and Type | Method and Description | 
|---|---|
<T,Y> ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.broadcast(RemoteResultReducer<T,Y> reducer)
Broadcast the execution of this script over all active partitions. 
 | 
ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.cache(boolean shouldCache)
Should this script be cached or not. 
 | 
ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.metaArguments(Object... metaArguments)
Adds another meta argument to the script 
 | 
ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.name(String name)
Sets the name of the script. 
 | 
ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.parameter(String name,
         Object value)
Puts a parameter that can be used during script execution. 
 | 
ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.routing(Object routing)
Sets the routing index (which partition this will "hit") for the script. 
 | 
ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.script(String resourceLocation)
Sets the actual script source. 
 | 
ResourceLazyLoadingScript | 
ResourceLazyLoadingScript.type(String type)
Sets the type of the script. 
 | 
Copyright © GigaSpaces.