|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
ExecutorRemotingProxyConfigurer.broadcast(RemoteResultReducer<X,Y> remoteResultReducer)
|
|
|
SyncRemotingProxyConfigurer.broadcast(RemoteResultReducer<X,Y> remoteResultReducer)
|
|
ExecutorRemotingProxyConfigurer<T> |
ExecutorRemotingProxyConfigurer.remoteResultReducer(RemoteResultReducer remoteResultReducer)
|
|
SyncRemotingProxyConfigurer<T> |
SyncRemotingProxyConfigurer.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. |
|
void |
SyncSpaceRemotingProxyFactoryBean.setRemoteResultReducer(RemoteResultReducer remoteResultReducer)
Deprecated. 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 | ||
---|---|---|
|
StaticScript.broadcast(RemoteResultReducer<T,Y> reducer)
Broadcast the execution of this script over all active partitions. |
|
|
ResourceLazyLoadingScript.broadcast(RemoteResultReducer<T,Y> reducer)
Broadcast the execution of this script over all active partitions. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |