Uses of Interface
org.opendaylight.controller.cluster.entityownership.selectionstrategy.EntityOwnerSelectionStrategy
-
Packages that use EntityOwnerSelectionStrategy Package Description org.opendaylight.controller.cluster.entityownership.messages org.opendaylight.controller.cluster.entityownership.selectionstrategy -
-
Uses of EntityOwnerSelectionStrategy in org.opendaylight.controller.cluster.entityownership.messages
Methods in org.opendaylight.controller.cluster.entityownership.messages that return EntityOwnerSelectionStrategy Modifier and Type Method Description EntityOwnerSelectionStrategySelectOwner. getOwnerSelectionStrategy()Constructors in org.opendaylight.controller.cluster.entityownership.messages with parameters of type EntityOwnerSelectionStrategy Constructor Description SelectOwner(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier entityPath, Collection<String> allCandidates, EntityOwnerSelectionStrategy ownerSelectionStrategy) -
Uses of EntityOwnerSelectionStrategy in org.opendaylight.controller.cluster.entityownership.selectionstrategy
Classes in org.opendaylight.controller.cluster.entityownership.selectionstrategy that implement EntityOwnerSelectionStrategy Modifier and Type Class Description classAbstractEntityOwnerSelectionStrategyclassFirstCandidateSelectionStrategyThe 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.Methods in org.opendaylight.controller.cluster.entityownership.selectionstrategy that return EntityOwnerSelectionStrategy Modifier and Type Method Description EntityOwnerSelectionStrategyEntityOwnerSelectionStrategyConfig. createStrategy(String entityType, Map<String,Long> initialStatistics)Method parameters in org.opendaylight.controller.cluster.entityownership.selectionstrategy with type arguments of type EntityOwnerSelectionStrategy Modifier and Type Method Description EntityOwnerSelectionStrategyConfig.BuilderEntityOwnerSelectionStrategyConfig.Builder. addStrategy(String entityType, Class<? extends EntityOwnerSelectionStrategy> strategy, long delay)
-