Uses of Class
org.springframework.cloud.loadbalancer.core.DelegatingServiceInstanceListSupplier
-
Packages that use DelegatingServiceInstanceListSupplier Package Description org.springframework.cloud.loadbalancer.core -
-
Uses of DelegatingServiceInstanceListSupplier in org.springframework.cloud.loadbalancer.core
Subclasses of DelegatingServiceInstanceListSupplier in org.springframework.cloud.loadbalancer.core Modifier and Type Class Description classCachingServiceInstanceListSupplierAServiceInstanceListSupplierimplementation that tries retrievingServiceInstanceobjects from cache; if none found, retrieves instances usingDiscoveryClientServiceInstanceListSupplier.classHealthCheckServiceInstanceListSupplierAServiceInstanceListSupplierimplementation that verifies whether the instances are alive and only returns the healthy one, unless there are none.classHintBasedServiceInstanceListSupplierAServiceInstanceListSupplierimplementation that uses hints to filter service instances provided by the delegate.classRequestBasedStickySessionServiceInstanceListSupplierA session cookie based implementation ofServiceInstanceListSupplierthat gives preference to the instance with an id specified in a request cookie.classRetryAwareServiceInstanceListSupplierAServiceInstanceListSupplierimplementation that avoids picking the same service instance while retrying requests.classSameInstancePreferenceServiceInstanceListSupplierAn implementation ofServiceInstanceListSupplierthat selects the previously chosen instance if it's available.classZonePreferenceServiceInstanceListSupplierAn implementation ofServiceInstanceListSupplierthat filters instances retrieved by the delegate by zone.
-