Uses of Interface
io.airlift.discovery.client.ServiceSelectorFactory
-
Packages that use ServiceSelectorFactory Package Description io.airlift.discovery.client io.airlift.discovery.client.testing -
-
Uses of ServiceSelectorFactory in io.airlift.discovery.client
Classes in io.airlift.discovery.client that implement ServiceSelectorFactory Modifier and Type Class Description classCachingServiceSelectorFactoryclassMergingServiceSelectorFactoryMethods in io.airlift.discovery.client with parameters of type ServiceSelectorFactory Modifier and Type Method Description voidServiceSelectorProvider. setServiceSelectorFactory(ServiceSelectorFactory serviceSelectorFactory)Constructors in io.airlift.discovery.client with parameters of type ServiceSelectorFactory Constructor Description MergingServiceSelectorFactory(ServiceSelectorFactory selectorFactory, Announcer announcer, NodeInfo nodeInfo) -
Uses of ServiceSelectorFactory in io.airlift.discovery.client.testing
Classes in io.airlift.discovery.client.testing that implement ServiceSelectorFactory Modifier and Type Class Description classSimpleServiceSelectorFactory
-