Package | Description |
---|---|
org.opendaylight.controller.cluster.datastore.entityownership.selectionstrategy |
Modifier and Type | Class and Description |
---|---|
class |
FirstCandidateSelectionStrategy
The FirstCandidateSelectionStrategy always selects the first viable candidate from the list of candidates.
|
class |
LeastLoadedCandidateSelectionStrategy
The LeastLoadedCandidateSelectionStrategy assigns ownership for an entity to the candidate which owns the least
number of entities.
|
Copyright © 2019 OpenDaylight. All rights reserved.