Uses of Interface
io.airlift.discovery.client.ServiceSelector
Packages that use ServiceSelector
-
Uses of ServiceSelector in io.airlift.discovery.client
Classes in io.airlift.discovery.client that implement ServiceSelectorMethods in io.airlift.discovery.client that return ServiceSelectorModifier and TypeMethodDescriptionCachingServiceSelectorFactory.createServiceSelector(String type, ServiceSelectorConfig selectorConfig) MergingServiceSelectorFactory.createServiceSelector(String type, ServiceSelectorConfig selectorConfig) ServiceSelectorFactory.createServiceSelector(String type, ServiceSelectorConfig selectorConfig) ServiceSelectorProvider.get()Methods in io.airlift.discovery.client that return types with arguments of type ServiceSelectorConstructors in io.airlift.discovery.client with parameters of type ServiceSelectorModifierConstructorDescriptionHttpServiceSelectorImpl(ServiceSelector serviceSelector) MergingServiceSelector(ServiceSelector selector, Announcer announcer, NodeInfo nodeInfo) Constructor parameters in io.airlift.discovery.client with type arguments of type ServiceSelector -
Uses of ServiceSelector in io.airlift.discovery.client.testing
Classes in io.airlift.discovery.client.testing that implement ServiceSelectorMethods in io.airlift.discovery.client.testing that return ServiceSelectorModifier and TypeMethodDescriptionSimpleServiceSelectorFactory.createServiceSelector(String type, ServiceSelectorConfig selectorConfig)