Uses of Interface
io.airlift.discovery.client.ServiceSelector
-
Packages that use ServiceSelector Package Description io.airlift.discovery.client io.airlift.discovery.client.testing -
-
Uses of ServiceSelector in io.airlift.discovery.client
Classes in io.airlift.discovery.client that implement ServiceSelector Modifier and Type Class Description classCachingServiceSelectorclassMergingServiceSelectorMethods in io.airlift.discovery.client that return ServiceSelector Modifier and Type Method Description ServiceSelectorCachingServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)ServiceSelectorMergingServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)ServiceSelectorServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)ServiceSelectorServiceSelectorProvider. get()Methods in io.airlift.discovery.client that return types with arguments of type ServiceSelector Modifier and Type Method Description Set<ServiceSelector>ServiceSelectorManager. getServiceSelectors()Constructors in io.airlift.discovery.client with parameters of type ServiceSelector Constructor Description HttpServiceSelectorImpl(ServiceSelector serviceSelector)MergingServiceSelector(ServiceSelector selector, Announcer announcer, NodeInfo nodeInfo)Constructor parameters in io.airlift.discovery.client with type arguments of type ServiceSelector Constructor Description ServiceSelectorManager(Set<ServiceSelector> serviceSelectors) -
Uses of ServiceSelector in io.airlift.discovery.client.testing
Classes in io.airlift.discovery.client.testing that implement ServiceSelector Modifier and Type Class Description classSimpleServiceSelectorclassStaticServiceSelectorMethods in io.airlift.discovery.client.testing that return ServiceSelector Modifier and Type Method Description ServiceSelectorSimpleServiceSelectorFactory. createServiceSelector(String type, ServiceSelectorConfig selectorConfig)
-