Uses of Interface
org.apache.cxf.clustering.FailoverStrategy
Packages that use FailoverStrategy
-
Uses of FailoverStrategy in org.apache.cxf.clustering
Classes in org.apache.cxf.clustering that implement FailoverStrategyModifier and TypeClassDescriptionclassFailover strategy based on a static cluster represented by multiple endpoints associated with the same service instance.classFailover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.classThis strategy simply retries the invocation using the same Endpoint (CXF-2036).classFailover 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 FailoverStrategyModifier and TypeFieldDescriptionprotected FailoverStrategyFailoverTargetSelector.failoverStrategyMethods in org.apache.cxf.clustering that return FailoverStrategyModifier and TypeMethodDescriptionFailoverFeature.getStrategy()FailoverFeature.Portable.getStrategy()FailoverTargetSelector.getStrategy()Methods in org.apache.cxf.clustering with parameters of type FailoverStrategyModifier and TypeMethodDescriptionvoidCircuitBreakerTargetSelector.setStrategy(FailoverStrategy strategy) voidFailoverFeature.Portable.setStrategy(FailoverStrategy strategy) voidFailoverFeature.setStrategy(FailoverStrategy strategy) voidFailoverTargetSelector.setStrategy(FailoverStrategy strategy)