Uses of Class
org.opendaylight.controller.cluster.entityownership.selectionstrategy.AbstractEntityOwnerSelectionStrategy
-
Packages that use AbstractEntityOwnerSelectionStrategy Package Description org.opendaylight.controller.cluster.entityownership.selectionstrategy -
-
Uses of AbstractEntityOwnerSelectionStrategy in org.opendaylight.controller.cluster.entityownership.selectionstrategy
Subclasses of AbstractEntityOwnerSelectionStrategy in org.opendaylight.controller.cluster.entityownership.selectionstrategy Modifier and Type Class Description classFirstCandidateSelectionStrategyThe FirstCandidateSelectionStrategy always selects the first viable candidate from the list of candidates.classLeastLoadedCandidateSelectionStrategyThe LeastLoadedCandidateSelectionStrategy assigns ownership for an entity to the candidate which owns the least number of entities.
-