Modifier and Type | Interface and Description |
---|---|
interface |
DataBroker
Provides access to a conceptual data tree store and also provides the ability to
subscribe for changes to data under a given branch of the tree.
|
interface |
DataTreeService
A
BindingService providing access to the conceptual data tree. |
interface |
MountPointService
A
BindingService providing access to mount point. |
interface |
NotificationPublishService
A
NotificationService which also allows its users to submit YANG-modeled notifications for delivery. |
interface |
NotificationService
Notification broker which allows clients to subscribe for and publish YANG-modeled notifications.
|
interface |
RpcActionConsumerRegistry
Provides access to registered Remote Procedure Call (RPC) and Action service implementations.
|
Modifier and Type | Method and Description |
---|---|
<T extends BindingService> |
MountPoint.getService(Class<T> service)
Based on given service class, it returns binding service (from cache).
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMDataBrokerAdapter
The DataBrokerImpl simply defers to the DOMDataBroker for all its operations.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMDataTreeServiceAdapter
Data tree service adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMMountPointServiceAdapter
Mount point service adapter.
|
Modifier and Type | Method and Description |
---|---|
<T extends BindingService> |
BindingMountPointAdapter.getService(Class<T> service) |
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMNotificationPublishServiceAdapter
Adapter for notification publisher service.
|
class |
BindingDOMNotificationServiceAdapter
Notification service adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMOperationServiceAdapter
Adapter for operation service.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMAdapterBuilder<T extends BindingService>
Binding DOM adapter builder instance.
|
static interface |
BindingDOMAdapterBuilder.Factory<T extends BindingService>
Factory for creating of new builder.
|
Modifier and Type | Method and Description |
---|---|
protected AdapterBuilder<? extends BindingService,DOMService> |
BindingDOMAdapterLoader.createBuilder(Class<? extends BindingService> key) |
Modifier and Type | Method and Description |
---|---|
protected AdapterBuilder<? extends BindingService,DOMService> |
BindingDOMAdapterLoader.createBuilder(Class<? extends BindingService> key) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDataBroker
Utility
DataBroker implementation which forwards all interface method
invocation to a delegate instance. |
Copyright © 2019 OpenDaylight. All rights reserved.