Uses of Interface
org.apache.pulsar.broker.loadbalance.PlacementStrategy
-
Packages that use PlacementStrategy Package Description org.apache.pulsar.broker.loadbalance.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PlacementStrategy in org.apache.pulsar.broker.loadbalance.impl
Classes in org.apache.pulsar.broker.loadbalance.impl that implement PlacementStrategy Modifier and Type Class Description classWRRPlacementStrategyThis class implements PlacementStrategy based on Weighted Round Robin Algorithm.
-