|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteRoutingHandler | |
---|---|
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 RemoteRoutingHandler in org.openspaces.remoting |
---|
Classes in org.openspaces.remoting that implement RemoteRoutingHandler | |
---|---|
class |
MethodParamRemoteRoutingHandler
A default implementation of routing handler allowing to control the routing index of the remote invocation based on the remote method parameters. |
Methods in org.openspaces.remoting with parameters of type RemoteRoutingHandler | |
---|---|
static Object |
RemotingProxyUtils.computeRouting(SpaceRemotingInvocation remotingEntry,
RemoteRoutingHandler remoteRoutingHandler,
MethodInvocation methodInvocation)
Computes the routing index for a given remote invocation. |
ExecutorRemotingProxyConfigurer<T> |
ExecutorRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
|
SyncRemotingProxyConfigurer<T> |
SyncRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
|
EventDrivenRemotingProxyConfigurer<T> |
EventDrivenRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
|
AsyncRemotingProxyConfigurer<T> |
AsyncRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
Deprecated. |
void |
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
In case of remote invocation over a partitioned space the default partitioned routing index will be random (the hashCode of the newly created EventDrivenSpaceRemotingEntry class). |
void |
ExecutorSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
In case of remote invocation over a partitioned space the default partitioned routing index will be random (the hashCode of the newly created SyncSpaceRemotingEntry class). |
void |
SyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
Deprecated. In case of remote invocation over a partitioned space the default partitioned routing index will be random (the hashCode of the newly created SyncSpaceRemotingEntry class). |
Uses of RemoteRoutingHandler in org.openspaces.remoting.scripting |
---|
Classes in org.openspaces.remoting.scripting that implement RemoteRoutingHandler | |
---|---|
class |
ScriptingRemoteRoutingHandler
A remoting routing handler that uses Script.getRouting() in order to
computer the routing index. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |