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 TypeMethodDescriptionvoidRoute.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 TypeClassDescriptionclassA compex type ofRoutingStrategywhere each invocation goes to all knownRemoteInvokerinstances and then combines the results together into a single result.classThis routing stragegy will broadcast to all nodes.classThe defaultRoutingStrategywhich simply selects aRemoteInvokerfrom theRemoteInvokerRegistryusingRemoteInvokerRegistry.getBestRemoteInvoker(ApplicationId)and sends theInvocationthere.classAggregates all results.classARoutingStrategywhich ensures that accepts all address components are instances ofHasNodeIdand that allNodeIdinstances point to the same place.