GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.remoting.RemoteResultReducer

Packages that use RemoteResultReducer
org.openspaces.remoting A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. 
org.openspaces.remoting.scripting   
 

Uses of RemoteResultReducer in org.openspaces.remoting
 

Methods in org.openspaces.remoting that return RemoteResultReducer
 RemoteResultReducer BroadcastIndicator.getReducer()
          Returns the reducer that will be used in case broadcasting is enabled or not.
 

Methods in org.openspaces.remoting with parameters of type RemoteResultReducer
<X,Y> ExecutorRemotingProxyConfigurer<T>
ExecutorRemotingProxyConfigurer.broadcast(RemoteResultReducer<X,Y> remoteResultReducer)
           
 ExecutorRemotingProxyConfigurer<T> ExecutorRemotingProxyConfigurer.remoteResultReducer(RemoteResultReducer remoteResultReducer)
           
 void ExecutorSpaceRemotingProxyFactoryBean.setRemoteResultReducer(RemoteResultReducer remoteResultReducer)
          When using broadcast set to true, allows to plug a custom reducer that can reduce the array of result objects into another response object.
 

Uses of RemoteResultReducer in org.openspaces.remoting.scripting
 

Methods in org.openspaces.remoting.scripting that return RemoteResultReducer
 RemoteResultReducer StaticScript.getReducer()
           
 RemoteResultReducer ResourceLazyLoadingScript.getReducer()
           
 

Methods in org.openspaces.remoting.scripting with parameters of type RemoteResultReducer
<T,Y> StaticScript
StaticScript.broadcast(RemoteResultReducer<T,Y> reducer)
          Broadcast the execution of this script over all active partitions.
<T,Y> ResourceLazyLoadingScript
ResourceLazyLoadingScript.broadcast(RemoteResultReducer<T,Y> reducer)
          Broadcast the execution of this script over all active partitions.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.