GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.remoting.RemoteRoutingHandler

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)
           
 EventDrivenRemotingProxyConfigurer<T> EventDrivenRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
           
 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 SpaceRemotingEntry class).
 void ExecutorSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
          In case of remote invocation over a partitioned space the default partitioned routing index will be random.
 

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 8.0 API

Copyright © GigaSpaces.