Package | Description |
---|---|
org.distributeme.core | |
org.distributeme.core.failing | |
org.distributeme.core.routing |
Modifier and Type | Method and Description |
---|---|
static FailingStrategy |
Defaults.getDefaultFailingStrategy()
Returns the default failing strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFailingStrategy
This failing strategy is used if no other failing strategy is specified.
|
class |
FailCall
This failing strategy simply fails the call and not tries to retry anything.
|
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.
|
class |
RetryCall
This failing strategy always retries the call.
|
class |
RetryCallOnce
This failing strategy only retries the call once.
|
class |
WaitOneSecondAndRetry
This call strategy will make one second pause and retry afterwards.
|
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 |
RoundRobinRouterWithFailoverToNextNode
This router sends each call to another instance.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.