Uses of Interface
org.apache.curator.x.discovery.details.InstanceProvider
-
Packages that use InstanceProvider Package Description org.apache.curator.x.discovery org.apache.curator.x.discovery.details org.apache.curator.x.discovery.strategies -
-
Uses of InstanceProvider in org.apache.curator.x.discovery
Subinterfaces of InstanceProvider in org.apache.curator.x.discovery Modifier and Type Interface Description interfaceServiceCache<T>Methods in org.apache.curator.x.discovery with parameters of type InstanceProvider Modifier and Type Method Description ServiceInstance<T>ProviderStrategy. getInstance(InstanceProvider<T> instanceProvider)Given a source of instances, return one of them for a single use. -
Uses of InstanceProvider in org.apache.curator.x.discovery.details
Classes in org.apache.curator.x.discovery.details that implement InstanceProvider Modifier and Type Class Description classServiceCacheImpl<T> -
Uses of InstanceProvider in org.apache.curator.x.discovery.strategies
Methods in org.apache.curator.x.discovery.strategies with parameters of type InstanceProvider Modifier and Type Method Description ServiceInstance<T>RandomStrategy. getInstance(InstanceProvider<T> instanceProvider)ServiceInstance<T>RoundRobinStrategy. getInstance(InstanceProvider<T> instanceProvider)ServiceInstance<T>StickyStrategy. getInstance(InstanceProvider<T> instanceProvider)
-