Uses of Class
org.apache.cxf.clustering.FailoverTargetSelector
Packages that use FailoverTargetSelector
-
Uses of FailoverTargetSelector in org.apache.cxf.clustering
Subclasses of FailoverTargetSelector in org.apache.cxf.clusteringModifier and TypeClassDescriptionclassclassThe LoadDistributorTargetSelector attempts to do the same job as the FailoverTargetSelector, but to choose an alternate target on every request rather than just when a fault occurs.Methods in org.apache.cxf.clustering that return FailoverTargetSelectorModifier and TypeMethodDescriptionFailoverFeature.getTargetSelector()FailoverFeature.Portable.getTargetSelector()LoadDistributorFeature.getTargetSelector()LoadDistributorFeature.Portable.getTargetSelector()Methods in org.apache.cxf.clustering with parameters of type FailoverTargetSelectorModifier and TypeMethodDescriptionvoidFailoverFeature.Portable.setTargetSelector(FailoverTargetSelector selector) voidFailoverFeature.setTargetSelector(FailoverTargetSelector selector) -
Uses of FailoverTargetSelector in org.apache.cxf.clustering.circuitbreaker
Methods in org.apache.cxf.clustering.circuitbreaker that return FailoverTargetSelectorModifier and TypeMethodDescriptionCircuitBreakerFailoverFeature.getTargetSelector()CircuitBreakerFailoverFeature.Portable.getTargetSelector()Methods in org.apache.cxf.clustering.circuitbreaker with parameters of type FailoverTargetSelectorModifier and TypeMethodDescriptionvoidCircuitBreakerFailoverFeature.Portable.setTargetSelector(FailoverTargetSelector targetSelector) voidCircuitBreakerFailoverFeature.setTargetSelector(FailoverTargetSelector targetSelector)