Uses of Interface
org.openspaces.remoting.RemoteResultReducer
Packages that use RemoteResultReducer
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of RemoteResultReducer in org.openspaces.remoting
Methods in org.openspaces.remoting that return RemoteResultReducerModifier and TypeMethodDescriptionBroadcastIndicator.getReducer()Returns the reducer that will be used in case broadcasting is enabled or not.Methods in org.openspaces.remoting with parameters of type RemoteResultReducerModifier and TypeMethodDescription<X,Y> ExecutorRemotingProxyConfigurer<T> ExecutorRemotingProxyConfigurer.broadcast(RemoteResultReducer<X, Y> remoteResultReducer) ExecutorRemotingProxyConfigurer.remoteResultReducer(RemoteResultReducer remoteResultReducer) voidExecutorSpaceRemotingProxyFactoryBean.setRemoteResultReducer(RemoteResultReducer remoteResultReducer) When using broadcast set totrue, 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 RemoteResultReducerModifier and TypeMethodDescriptionResourceLazyLoadingScript.getReducer()StaticScript.getReducer()Methods in org.openspaces.remoting.scripting with parameters of type RemoteResultReducerModifier and TypeMethodDescription<T,Y> ResourceLazyLoadingScript ResourceLazyLoadingScript.broadcast(RemoteResultReducer<T, Y> reducer) Broadcast the execution of this script over all active partitions.<T,Y> StaticScript StaticScript.broadcast(RemoteResultReducer<T, Y> reducer) Broadcast the execution of this script over all active partitions.