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 |
DOMActionProviderService
A
DOMService which allows registration of action implementations with a conceptual router. |
interface |
DOMActionService
A
DOMService which allows clients to invoke Actions. |
interface |
DOMDataBroker
Data Broker which provides data transaction and data change listener functionality using
NormalizedNode . |
interface |
DOMDataTreeService
A
DOMService providing access to the conceptual data tree. |
interface |
DOMSchemaService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMDataBroker |
class |
SerializedDOMDataBroker
Implementation of blocking three phase commit coordinator, which which
supports coordination on multiple
DOMStoreThreePhaseCommitCohort . |
class |
ShardedDOMDataBrokerAdapter |
class |
ShardedDOMDataTree |
Modifier and Type | Class and Description |
---|---|
class |
PingPongDataBroker
An implementation of a
DOMDataBroker , which forwards most requests to a delegate. |
Modifier and Type | Class and Description |
---|---|
class |
ScanningSchemaServiceProvider |
Modifier and Type | Class and Description |
---|---|
class |
OsgiBundleScanningSchemaService |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMDataBroker
Utility
DOMDataBroker implementation which forwards all interface
method invocation to a delegate instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
TracingDOMDataBroker
Interface so that the tracing broker service can be more explicitly imported.
|
Modifier and Type | Class and Description |
---|---|
class |
TracingBroker |
Copyright © 2019 OpenDaylight. All rights reserved.