Uses of Interface
dev.getelements.elements.rt.remote.RoutingStrategy
Packages that use RoutingStrategy
-
Uses of RoutingStrategy in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return RoutingStrategyModifier and TypeMethodDescriptionSimpleRemoteInvocationDispatcher.getRoutingStrategy
(Route route) Methods in dev.getelements.elements.rt.remote that return types with arguments of type RoutingStrategyModifier and TypeMethodDescriptionClass
<? extends RoutingStrategy> Route.getRoutingStrategyType()
Method parameters in dev.getelements.elements.rt.remote with type arguments of type RoutingStrategyModifier and TypeMethodDescriptionvoid
Route.setRoutingStrategyType
(Class<? extends RoutingStrategy> routingStrategyType) -
Uses of RoutingStrategy in dev.getelements.elements.rt.routing
Classes in dev.getelements.elements.rt.routing that implement RoutingStrategyModifier and TypeClassDescriptionclass
A compex type ofRoutingStrategy
where each invocation goes to all knownRemoteInvoker
instances and then combines the results together into a single result.class
This routing stragegy will broadcast to all nodes.class
The defaultRoutingStrategy
which simply selects aRemoteInvoker
from theRemoteInvokerRegistry
usingRemoteInvokerRegistry.getBestRemoteInvoker(ApplicationId)
and sends theInvocation
there.class
Aggregates all results.class
ARoutingStrategy
which ensures that accepts all address components are instances ofHasNodeId
and that allNodeId
instances point to the same place.