Uses of Interface
org.apache.pinot.broker.routing.instanceselector.InstanceSelector
-
Packages that use InstanceSelector Package Description org.apache.pinot.broker.routing.instanceselector -
-
Uses of InstanceSelector in org.apache.pinot.broker.routing.instanceselector
Classes in org.apache.pinot.broker.routing.instanceselector that implement InstanceSelector Modifier and Type Class Description classBalancedInstanceSelectorInstance selector to balance the number of segments served by each selected server instance.classMultiStageReplicaGroupSelectorInstance selector for multi-stage queries which can ensure that Colocated Tables always leverage Colocated Join whenever possible.classReplicaGroupInstanceSelectorInstance selector for replica-group routing strategy.classStrictReplicaGroupInstanceSelectorInstance selector for strict replica-group routing strategy.Methods in org.apache.pinot.broker.routing.instanceselector that return InstanceSelector Modifier and Type Method Description static InstanceSelectorInstanceSelectorFactory. getInstanceSelector(org.apache.pinot.spi.config.table.TableConfig tableConfig, org.apache.helix.store.zk.ZkHelixPropertyStore<org.apache.helix.zookeeper.datamodel.ZNRecord> propertyStore, org.apache.pinot.common.metrics.BrokerMetrics brokerMetrics, AdaptiveServerSelector adaptiveServerSelector)
-