Package | Description |
---|---|
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.broker.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>>
Marker interface for services which can support
DOMServiceExtension . |
interface |
DOMServiceExtension<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>>
Marker interface for services which expose additional functionality on top
of some base
DOMService . |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataBrokerExtension
Type capture of a
DOMServiceExtension applicable to DOMDataBroker
implementations. |
interface |
DOMDataTreeChangeService
A
DOMServiceExtension which allows users to register for changes to a
subtree. |
interface |
DOMDataTreeCommitCohortRegistry
Interface for a DOM commit cohort registry.
|
Modifier and Type | Class and Description |
---|---|
class |
PingPongDataBroker
An implementation of a
DOMDataBroker , which forwards most requests to a delegate. |
Copyright © 2019 OpenDaylight. All rights reserved.