Package com.linkedin.venice.router.api.routing.helix
-
Interface Summary Interface Description HelixGroupSelectionStrategy -
Class Summary Class Description HelixGroupLeastLoadedStrategy This strategy is tried to distribute more load to Helix Groups with more capacity.HelixGroupRoundRobinStrategy This simple strategy will try to distribute the load evenly to every Helix Group.HelixGroupSelector This class is a thin wrapper ofHelixInstanceConfigRepository
andHelixGroupSelectionStrategy
, and it will delegate all the related API calls to the corresponding objects. -
Enum Summary Enum Description HelixGroupSelectionStrategyEnum