Uses of Class
org.apache.pinot.broker.routing.instanceselector.InstanceSelector.SelectionResult
-
Packages that use InstanceSelector.SelectionResult Package Description org.apache.pinot.broker.routing.instanceselector -
-
Uses of InstanceSelector.SelectionResult in org.apache.pinot.broker.routing.instanceselector
Methods in org.apache.pinot.broker.routing.instanceselector that return InstanceSelector.SelectionResult Modifier and Type Method Description InstanceSelector.SelectionResultInstanceSelector. select(org.apache.pinot.common.request.BrokerRequest brokerRequest, List<String> segments, long requestId)Selects the server instances for the given segments queried by the given broker request, returns a map from segment to selected server instance hosting the segment and a set of unavailable segments (no enabled instance or all enabled instances are in ERROR state).
-