Uses of Package
org.opendaylight.controller.cluster.entityownership.selectionstrategy
-
Classes in org.opendaylight.controller.cluster.entityownership.selectionstrategy used by org.opendaylight.controller.cluster.entityownership Class Description EntityOwnerSelectionStrategyConfig FIXME: this is simple registry service, except it also loads classes. -
Classes in org.opendaylight.controller.cluster.entityownership.selectionstrategy used by org.opendaylight.controller.cluster.entityownership.messages Class Description EntityOwnerSelectionStrategy An EntityOwnerSelectionStrategy is to be used by the EntityOwnershipShard to select a new owner from a collection of candidates. -
Classes in org.opendaylight.controller.cluster.entityownership.selectionstrategy used by org.opendaylight.controller.cluster.entityownership.selectionstrategy Class Description AbstractEntityOwnerSelectionStrategy EntityOwnerSelectionStrategy An EntityOwnerSelectionStrategy is to be used by the EntityOwnershipShard to select a new owner from a collection of candidates.EntityOwnerSelectionStrategyConfig FIXME: this is simple registry service, except it also loads classes.EntityOwnerSelectionStrategyConfig.Builder FirstCandidateSelectionStrategy The FirstCandidateSelectionStrategy always selects the first viable candidate from the list of candidates.