Package org.apache.druid.client.selector
Class CustomTierSelectorStrategy
java.lang.Object
org.apache.druid.client.selector.AbstractTierSelectorStrategy
org.apache.druid.client.selector.CustomTierSelectorStrategy
- All Implemented Interfaces:
TierSelectorStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionCustomTierSelectorStrategy(ServerSelectorStrategy serverSelectorStrategy, CustomTierSelectorStrategyConfig config) -
Method Summary
Methods inherited from class org.apache.druid.client.selector.AbstractTierSelectorStrategy
pick, pickMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.client.selector.TierSelectorStrategy
pick, pick
-
Constructor Details
-
CustomTierSelectorStrategy
public CustomTierSelectorStrategy(ServerSelectorStrategy serverSelectorStrategy, CustomTierSelectorStrategyConfig config)
-
-
Method Details
-
getComparator
-