Uses of Interface
org.apache.cxf.clustering.FailoverStrategy
-
Packages that use FailoverStrategy Package Description org.apache.cxf.clustering -
-
Uses of FailoverStrategy in org.apache.cxf.clustering
Classes in org.apache.cxf.clustering that implement FailoverStrategy Modifier and Type Class Description classAbstractStaticFailoverStrategyFailover strategy based on a static cluster represented by multiple endpoints associated with the same service instance.classRandomStrategyFailover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.classRetryStrategyThis strategy simply retries the invocation using the same Endpoint (CXF-2036).classSequentialStrategyFailover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.Fields in org.apache.cxf.clustering declared as FailoverStrategy Modifier and Type Field Description protected FailoverStrategyFailoverTargetSelector. failoverStrategyMethods in org.apache.cxf.clustering that return FailoverStrategy Modifier and Type Method Description FailoverStrategyFailoverFeature. getStrategy()FailoverStrategyFailoverFeature.Portable. getStrategy()FailoverStrategyFailoverTargetSelector. getStrategy()Methods in org.apache.cxf.clustering with parameters of type FailoverStrategy Modifier and Type Method Description voidCircuitBreakerTargetSelector. setStrategy(FailoverStrategy strategy)voidFailoverFeature.Portable. setStrategy(FailoverStrategy strategy)voidFailoverFeature. setStrategy(FailoverStrategy strategy)voidFailoverTargetSelector. setStrategy(FailoverStrategy strategy)
-