Uses of Class
org.apache.pinot.broker.routing.instanceselector.SegmentInstanceCandidate
-
Packages that use SegmentInstanceCandidate Package Description org.apache.pinot.broker.routing.instanceselector -
-
Uses of SegmentInstanceCandidate in org.apache.pinot.broker.routing.instanceselector
Methods in org.apache.pinot.broker.routing.instanceselector that return types with arguments of type SegmentInstanceCandidate Modifier and Type Method Description List<SegmentInstanceCandidate>NewSegmentState. getCandidates()List<SegmentInstanceCandidate>SegmentStates. getCandidates(String segment)Constructor parameters in org.apache.pinot.broker.routing.instanceselector with type arguments of type SegmentInstanceCandidate Constructor Description NewSegmentState(long pushTimeMillis, List<SegmentInstanceCandidate> candidates)SegmentStates(Map<String,List<SegmentInstanceCandidate>> instanceCandidatesMap, Set<String> servingInstances, Set<String> unavailableSegments)
-