Modifier and Type | Class and Description |
---|---|
class |
EntityOwnershipChange
Binding version of
GenericEntityOwnershipChange . |
Modifier and Type | Interface and Description |
---|---|
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 | Class and Description |
---|---|
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 |
DOMEntityOwnershipChange
DOM version of
GenericEntityOwnershipChange . |
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.