Package | Description |
---|---|
org.apache.cxf.clustering |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<FailoverTargetSelector.InvocationKey,FailoverTargetSelector.InvocationContext> |
FailoverTargetSelector.inProgress |
Modifier and Type | Method and Description |
---|---|
protected FailoverTargetSelector.InvocationContext |
FailoverTargetSelector.getInvocationContext(FailoverTargetSelector.InvocationKey key) |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
LoadDistributorTargetSelector.getFailoverTarget(Exchange exchange,
FailoverTargetSelector.InvocationContext invocation)
Get the failover target endpoint, if a suitable one is available.
|
protected Endpoint |
FailoverTargetSelector.getFailoverTarget(Exchange exchange,
FailoverTargetSelector.InvocationContext invocation)
Get the failover target endpoint, if a suitable one is available.
|
protected Endpoint |
CircuitBreakerTargetSelector.getFailoverTarget(Exchange exchange,
FailoverTargetSelector.InvocationContext invocation) |
protected void |
FailoverTargetSelector.onFailure(FailoverTargetSelector.InvocationContext context,
Exception ex) |
protected void |
CircuitBreakerTargetSelector.onFailure(FailoverTargetSelector.InvocationContext context,
Exception ex) |
protected void |
FailoverTargetSelector.onSuccess(FailoverTargetSelector.InvocationContext context) |
protected void |
CircuitBreakerTargetSelector.onSuccess(FailoverTargetSelector.InvocationContext context) |
protected boolean |
FailoverTargetSelector.performFailover(Exchange exchange,
FailoverTargetSelector.InvocationContext invocation) |
protected void |
FailoverTargetSelector.setOriginalEndpoint(FailoverTargetSelector.InvocationContext invocation) |
protected List<String> |
FailoverTargetSelector.updateContextAlternatives(Exchange exchange,
FailoverTargetSelector.InvocationContext invocation)
Fetches and updates the alternative address or/and alternative endpoints
(depending on the strategy) for current invocation context.
|
Apache CXF