Package | Description |
---|---|
org.apache.cxf.clustering |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStaticFailoverStrategy
Failover strategy based on a static cluster represented by
multiple endpoints associated with the same service instance.
|
class |
RandomStrategy
Failover strategy based on a randomized walk through the
static cluster represented by multiple endpoints associated
with the same service instance.
|
class |
RetryStrategy
This strategy simply retries the invocation using the same Endpoint (CXF-2036).
|
class |
SequentialStrategy
Failover strategy based on a sequential walk through the
static cluster represented by multiple endpoints associated
with the same service instance.
|
Modifier and Type | Field and Description |
---|---|
protected FailoverStrategy |
FailoverTargetSelector.failoverStrategy |
Modifier and Type | Method and Description |
---|---|
FailoverStrategy |
FailoverFeature.getStrategy() |
FailoverStrategy |
FailoverTargetSelector.getStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
FailoverFeature.setStrategy(FailoverStrategy strategy) |
void |
FailoverTargetSelector.setStrategy(FailoverStrategy strategy) |
Apache CXF