Package org.apache.druid.client.selector
Class HighestPriorityTierSelectorStrategy
- java.lang.Object
-
- org.apache.druid.client.selector.AbstractTierSelectorStrategy
-
- org.apache.druid.client.selector.HighestPriorityTierSelectorStrategy
-
- All Implemented Interfaces:
TierSelectorStrategy
public class HighestPriorityTierSelectorStrategy extends AbstractTierSelectorStrategy
-
-
Constructor Summary
Constructors Constructor Description HighestPriorityTierSelectorStrategy(ServerSelectorStrategy serverSelectorStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparator<Integer>getComparator()-
Methods inherited from class org.apache.druid.client.selector.AbstractTierSelectorStrategy
pick, pick
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.client.selector.TierSelectorStrategy
pick, pick
-
-
-
-
Constructor Detail
-
HighestPriorityTierSelectorStrategy
public HighestPriorityTierSelectorStrategy(ServerSelectorStrategy serverSelectorStrategy)
-
-
Method Detail
-
getComparator
public Comparator<Integer> getComparator()
-
-