Uses of Class
io.airlift.discovery.client.ServiceSelectorConfig
-
Packages that use ServiceSelectorConfig Package Description io.airlift.discovery.client io.airlift.discovery.client.testing -
-
Uses of ServiceSelectorConfig in io.airlift.discovery.client
Methods in io.airlift.discovery.client that return ServiceSelectorConfig Modifier and Type Method Description ServiceSelectorConfigServiceSelectorConfig. setPool(String pool)Methods in io.airlift.discovery.client with parameters of type ServiceSelectorConfig Modifier and Type Method Description ServiceSelectorCachingServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)ServiceSelectorMergingServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)ServiceSelectorServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)Constructors in io.airlift.discovery.client with parameters of type ServiceSelectorConfig Constructor Description CachingServiceSelector(String type, ServiceSelectorConfig selectorConfig, DiscoveryLookupClient lookupClient, ScheduledExecutorService executor) -
Uses of ServiceSelectorConfig in io.airlift.discovery.client.testing
Methods in io.airlift.discovery.client.testing with parameters of type ServiceSelectorConfig Modifier and Type Method Description ServiceSelectorSimpleServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)Constructors in io.airlift.discovery.client.testing with parameters of type ServiceSelectorConfig Constructor Description SimpleServiceSelector(String type, ServiceSelectorConfig selectorConfig, DiscoveryLookupClient lookupClient)
-