Uses of Interface
org.apache.druid.client.selector.Server
-
Packages that use Server Package Description org.apache.druid.curator.discovery org.apache.druid.server.router -
-
Uses of Server in org.apache.druid.curator.discovery
Methods in org.apache.druid.curator.discovery that return Server Modifier and Type Method Description ServerServerDiscoverySelector. pick()Deprecated.Methods in org.apache.druid.curator.discovery that return types with arguments of type Server Modifier and Type Method Description Collection<Server>ServerDiscoverySelector. getAll()Deprecated. -
Uses of Server in org.apache.druid.server.router
Methods in org.apache.druid.server.router that return Server Modifier and Type Method Description ServerAvaticaConnectionBalancer. pickServer(Collection<Server> servers, String connectionId)ServerConsistentHashAvaticaConnectionBalancer. pickServer(Collection<Server> servers, String connectionId)ServerRendezvousHashAvaticaConnectionBalancer. pickServer(Collection<Server> servers, String connectionId)Method parameters in org.apache.druid.server.router with type arguments of type Server Modifier and Type Method Description ServerAvaticaConnectionBalancer. pickServer(Collection<Server> servers, String connectionId)ServerConsistentHashAvaticaConnectionBalancer. pickServer(Collection<Server> servers, String connectionId)ServerRendezvousHashAvaticaConnectionBalancer. pickServer(Collection<Server> servers, String connectionId)
-