Uses of Interface
org.distributeme.core.routing.Router
Packages that use Router
-
Uses of Router in org.distributeme.core.failing
Classes in org.distributeme.core.failing that implement RouterModifier and TypeClassDescriptionclassThis failing strategy / router combination fails over to a special failover service instance and stays there.classThis is base class for failing strategy / router combination which is pretty much the same as Failover, but instead of staying on the failover instance forever, it tries to switch back after some timeout.classThis failing strategy / router combination is pretty much the same as Failover, but instead of staying on the failover instance forever, it tries to switch back after a minute.classThis failing strategy / router combination is pretty much the same as Failover, but instead of staying on the failover instance forever, it tries to switch back after 10 seconds.classCreated by hpemoeller on 4/10/17. -
Uses of Router in org.distributeme.core.routing
Subinterfaces of Router in org.distributeme.core.routingModifier and TypeInterfaceDescriptioninterfaceA router that implements this interface will be mostly configured by a configuration file.Classes in org.distributeme.core.routing that implement RouterModifier and TypeClassDescriptionclassAbstract implementation of MOD strategy router which supports FailOver to next cluster node - strategy.classAbstract class for Router.classAbstract implementation ofRouterwhich supportsFailingStrategy.classAbstract implementation ofRouterwhich supportsFailingStrategy.classThis router sends each call to another instance.classThis router implementation does mostly nothing.classThis router is based on numeric parameters and their mod value.classThis router sends each call to another instance.classThis router sends each call to another instance.classThis router sends each call to another instance.classThis is an example implementation of a Router which actually do not route anything but simply prints out each call.