Interface | Description |
---|---|
EntityOwnerSelectionStrategy |
An EntityOwnerSelectionStrategy is to be used by the EntityOwnershipShard to select a new owner from a collection
of candidates.
|
Class | Description |
---|---|
AbstractEntityOwnerSelectionStrategy | |
EntityOwnerSelectionStrategyConfig |
FIXME: this is simple registry service, except it also loads classes.
|
EntityOwnerSelectionStrategyConfig.Builder | |
EntityOwnerSelectionStrategyConfigReader |
Reads the entity owner selection strategy config.
|
FirstCandidateSelectionStrategy |
The FirstCandidateSelectionStrategy always selects the first viable candidate from the list of candidates.
|
LeastLoadedCandidateSelectionStrategy |
The LeastLoadedCandidateSelectionStrategy assigns ownership for an entity to the candidate which owns the least
number of entities.
|
Copyright © 2019 OpenDaylight. All rights reserved.