Package | Description |
---|---|
org.distributeme.core.failing | |
org.distributeme.core.routing |
Modifier and Type | Class and Description |
---|---|
class |
Failover
This failing strategy / router combination fails over to a special failover service instance and stays there.
|
class |
FailoverAndReturn
This 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.
|
class |
FailoverAndReturnInAMinute
This 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.
|
class |
FailoverAndReturnInTenSeconds
This 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterBasedModRouterWithFailOverToNextNode
Abstract implementation of MOD strategy router which supports FailOver to next cluster node - strategy.
|
class |
AbstractRouterWithFailOverToNextNode
Abstract implementation of
Router which supports FailingStrategy . |
class |
FairRoundRobinRouter
This router sends each call to another instance.
|
class |
NoOpRouter
This router implementation does mostly nothing.
|
class |
ParameterBasedModRouter
This router is based on numeric parameters and their mod value.
|
class |
RoundRobinRouter
This router sends each call to another instance.
|
class |
RoundRobinRouterWithFailoverToNextNode
This router sends each call to another instance.
|
class |
SysOutRouter
This is an example implementation of a Router which actually do not route anything but simply prints out each call.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.