| Modifier and Type | Method and Description | 
|---|---|
| EntityOwnerSelectionStrategy | SelectOwner. getOwnerSelectionStrategy() | 
| Constructor and Description | 
|---|
| SelectOwner(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier entityPath,
           Collection<String> allCandidates,
           EntityOwnerSelectionStrategy ownerSelectionStrategy) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEntityOwnerSelectionStrategy | 
| class  | FirstCandidateSelectionStrategyThe FirstCandidateSelectionStrategy always selects the first viable candidate from the list of candidates. | 
| class  | LeastLoadedCandidateSelectionStrategyThe LeastLoadedCandidateSelectionStrategy assigns ownership for an entity to the candidate which owns the least
 number of entities. | 
| Modifier and Type | Method and Description | 
|---|---|
| EntityOwnerSelectionStrategy | EntityOwnerSelectionStrategyConfig. createStrategy(String entityType,
              Map<String,Long> initialStatistics) | 
| Modifier and Type | Method and Description | 
|---|---|
| EntityOwnerSelectionStrategyConfig.Builder | EntityOwnerSelectionStrategyConfig.Builder. addStrategy(String entityType,
           Class<? extends EntityOwnerSelectionStrategy> strategy,
           long delay) | 
Copyright © 2019 OpenDaylight. All rights reserved.