Modifier and Type | Method and Description |
---|---|
Entity |
EntityOwnershipChange.getEntity()
Deprecated.
Returns the entity whose ownership status changed.
|
Entity |
CandidateAlreadyRegisteredException.getEntity()
Deprecated.
Returns the entity for which a Candidate has already been registered in the current process.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<EntityOwnershipState> |
EntityOwnershipService.getOwnershipState(Entity forEntity)
Deprecated.
Gets the current ownership state information for an entity.
|
boolean |
EntityOwnershipService.isCandidateRegistered(Entity entity)
Deprecated.
Check if a local candidate is registered for the given entity
|
EntityOwnershipCandidateRegistration |
EntityOwnershipService.registerCandidate(Entity entity)
Deprecated.
Registers a candidate for ownership of the given entity.
|
Constructor and Description |
---|
CandidateAlreadyRegisteredException(Entity entity)
Deprecated.
|
EntityOwnershipChange(Entity entity,
boolean wasOwner,
boolean isOwner,
boolean hasOwner)
Deprecated.
|
EntityOwnershipChange(Entity entity,
boolean wasOwner,
boolean isOwner,
boolean hasOwner,
boolean inJeopardy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<EntityOwnershipState> |
TestEntityOwnershipService.getOwnershipState(Entity forEntity) |
boolean |
TestEntityOwnershipService.isCandidateRegistered(Entity entity) |
EntityOwnershipCandidateRegistration |
TestEntityOwnershipService.registerCandidate(Entity entity) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<EntityOwnershipState> |
LegacyEntityOwnershipServiceAdapter.getOwnershipState(Entity forEntity)
Deprecated.
|
boolean |
LegacyEntityOwnershipServiceAdapter.isCandidateRegistered(Entity entity)
Deprecated.
|
EntityOwnershipCandidateRegistration |
LegacyEntityOwnershipServiceAdapter.registerCandidate(Entity entity)
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.