Package | Description |
---|---|
org.openspaces.remoting |
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
|
org.openspaces.remoting.scripting |
Modifier and Type | Method and Description |
---|---|
RemoteResultReducer |
BroadcastIndicator.getReducer()
Returns the reducer that will be used in case broadcasting is enabled or not.
|
Modifier and Type | Method and Description |
---|---|
<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. |
Modifier and Type | Method and Description |
---|---|
RemoteResultReducer |
StaticScript.getReducer() |
RemoteResultReducer |
ResourceLazyLoadingScript.getReducer() |
Modifier and Type | Method and Description |
---|---|
<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.
|
Copyright © GigaSpaces.