Uses of Interface
io.airlift.discovery.client.DiscoveryLookupClient
-
Packages that use DiscoveryLookupClient Package Description io.airlift.discovery.client io.airlift.discovery.client.testing -
-
Uses of DiscoveryLookupClient in io.airlift.discovery.client
Classes in io.airlift.discovery.client that implement DiscoveryLookupClient Modifier and Type Class Description classHttpDiscoveryLookupClientConstructors in io.airlift.discovery.client with parameters of type DiscoveryLookupClient Constructor Description CachingServiceSelector(String type, ServiceSelectorConfig selectorConfig, DiscoveryLookupClient lookupClient, ScheduledExecutorService executor)CachingServiceSelectorFactory(DiscoveryLookupClient lookupClient, ScheduledExecutorService executor) -
Uses of DiscoveryLookupClient in io.airlift.discovery.client.testing
Classes in io.airlift.discovery.client.testing that implement DiscoveryLookupClient Modifier and Type Class Description classInMemoryDiscoveryClientConstructors in io.airlift.discovery.client.testing with parameters of type DiscoveryLookupClient Constructor Description SimpleServiceSelector(String type, ServiceSelectorConfig selectorConfig, DiscoveryLookupClient lookupClient)SimpleServiceSelectorFactory(DiscoveryLookupClient lookupClient)
-