Modifier and Type | Class and Description |
---|---|
class |
Entity
Binding version of
GenericEntity . |
Modifier and Type | Interface and Description |
---|---|
interface |
GenericEntityOwnershipCandidateRegistration<P extends org.opendaylight.yangtools.concepts.Path<P>,E extends GenericEntity<P>>
An interface that records a request to register a Candidate for a given Entity.
|
class |
GenericEntityOwnershipChange<P extends org.opendaylight.yangtools.concepts.Path<P>,E extends GenericEntity<P>>
A DTO that encapsulates an ownership change for an entity.
|
interface |
GenericEntityOwnershipListener<P extends org.opendaylight.yangtools.concepts.Path<P>,C extends GenericEntityOwnershipChange<P,? extends GenericEntity<P>>>
An interface for a class that listens for entity ownership changes.
|
interface |
GenericEntityOwnershipListenerRegistration<P extends org.opendaylight.yangtools.concepts.Path<P>,L extends GenericEntityOwnershipListener<P,? extends GenericEntityOwnershipChange<P,? extends GenericEntity<P>>>>
An interface that records a request to register a ownership status change listener for a given Entity.
|
interface |
GenericEntityOwnershipService<P extends org.opendaylight.yangtools.concepts.Path<P>,E extends GenericEntity<P>,L extends GenericEntityOwnershipListener<P,? extends GenericEntityOwnershipChange<P,E>>>
An interface that provides the means for a component/application to request ownership for a given
Entity on the current cluster member.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.opendaylight.yangtools.concepts.Path<T>> |
CandidateAlreadyRegisteredException.getEntity()
Gets the entity for which a Candidate has already been registered in the current process.
|
Constructor and Description |
---|
CandidateAlreadyRegisteredException(@NonNull GenericEntity<T> entity) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericEntityOwnershipCandidateRegistration<P extends org.opendaylight.yangtools.concepts.Path<P>,E extends GenericEntity<P>>
Abstract base class for an EntityOwnershipCandidateRegistration.
|
class |
AbstractGenericEntityOwnershipListenerRegistration<P extends org.opendaylight.yangtools.concepts.Path<P>,L extends GenericEntityOwnershipListener<P,? extends GenericEntityOwnershipChange<P,? extends GenericEntity<P>>>>
Abstract base class for an
GenericEntityOwnershipListenerRegistration . |
Modifier and Type | Class and Description |
---|---|
class |
DOMEntity
Binding version of
GenericEntity . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClusterSingletonServiceProviderImpl<P extends org.opendaylight.yangtools.concepts.Path<P>,E extends GenericEntity<P>,C extends GenericEntityOwnershipChange<P,E>,G extends GenericEntityOwnershipListener<P,C>,S extends GenericEntityOwnershipService<P,E,G>,R extends GenericEntityOwnershipListenerRegistration<P,G>>
Abstract class
AbstractClusterSingletonServiceProviderImpl represents implementations of
ClusterSingletonServiceProvider and it implements GenericEntityOwnershipListener
for providing OwnershipChange for all registered ClusterSingletonServiceGroup entity
candidate. |
Copyright © 2019 OpenDaylight. All rights reserved.