Modifier and Type | Method and Description |
---|---|
protected AdapterBuilder<? extends BindingService,DOMService> |
BindingDOMAdapterLoader.createBuilder(Class<? extends BindingService> key) |
Set<Class<? extends DOMService>> |
BindingDOMNotificationPublishServiceAdapter.Builder.getRequiredDelegates() |
Modifier and Type | Method and Description |
---|---|
protected NotificationPublishService |
BindingDOMNotificationPublishServiceAdapter.Builder.createInstance(BindingToNormalizedNodeCodec codec,
com.google.common.collect.ClassToInstanceMap<DOMService> delegates) |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMActionProviderService
Deprecated.
Use
DOMActionProviderService instead |
interface |
DOMActionService
Deprecated.
Use
DOMActionService instead |
interface |
DOMDataBroker
Deprecated.
Use
DOMDataBroker instead |
interface |
DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>>
Marker interface for services which can support
DOMServiceExtension . |
interface |
DOMMountPointService
Deprecated.
Use
DOMMountPointService instead |
interface |
DOMNotificationPublishService
Deprecated.
Use
DOMNotificationPublishService instead |
interface |
DOMNotificationService
Deprecated.
Use
DOMNotificationService instead |
interface |
DOMRpcProviderService
Deprecated.
Use
DOMRpcProviderService instead |
interface |
DOMRpcService
Deprecated.
Use
DOMRpcService instead |
Modifier and Type | Method and Description |
---|---|
<T extends DOMService> |
DOMMountPointService.DOMMountPointBuilder.addService(Class<T> type,
T impl) |
<T extends DOMService> |
DOMMountPoint.getService(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMDataBroker |
class |
DOMNotificationRouter
Joint implementation of
DOMNotificationPublishService and DOMNotificationService . |
class |
DOMRpcRouter |
class |
PingPongDataBroker
An implementation of a
DOMDataBroker , which forwards most requests to a delegate. |
class |
SerializedDOMDataBroker
Implementation of blocking three phase commit coordinator, which which
supports coordination on multiple
DOMStoreThreePhaseCommitCohort . |
Modifier and Type | Class and Description |
---|---|
class |
LegacyShardedDOMDataBrokerAdapter
DOMDataBroker implementation that forwards calls to
ShardedDOMDataBrokerAdapter ,
which in turn translates calls to shard aware implementation of
DOMDataTreeService |
Modifier and Type | Class and Description |
---|---|
class |
DOMMountPointServiceImpl |
Modifier and Type | Method and Description |
---|---|
<T extends DOMService> |
DOMMountPointServiceImpl.DOMMountPointBuilderImpl.addService(Class<T> type,
T impl) |
Modifier and Type | Method and Description |
---|---|
<T extends DOMService> |
SimpleDOMMountPoint.getService(Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Class<? extends DOMService>,DOMService>> |
SimpleDOMMountPoint.getAllServices() |
Set<Map.Entry<Class<? extends DOMService>,DOMService>> |
SimpleDOMMountPoint.getAllServices() |
com.google.common.collect.ClassToInstanceMap<DOMService> |
SimpleDOMMountPoint.getServices() |
Modifier and Type | Method and Description |
---|---|
static SimpleDOMMountPoint |
SimpleDOMMountPoint.create(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier identifier,
com.google.common.collect.ClassToInstanceMap<DOMService> services,
org.opendaylight.yangtools.yang.model.api.SchemaContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMRpcProviderService
Convenience abstract base class for
DOMRpcProviderService implementations. |
class |
ForwardingDOMDataBroker
Utility
DOMDataBroker implementation which forwards all interface
method invocation to a delegate instance. |
class |
ForwardingDOMNotificationPublishService
Utility implementations of
DOMNotificationPublishService which forwards
all requests to a delegate instance. |
class |
ForwardingDOMNotificationService
Utility implementation of a
DOMNotificationService which forwards all requests
to a delegate instance. |
class |
ForwardingDOMRpcProviderService
Utility class which implements
DOMRpcProviderService by forwarding
requests to a backing instance. |
class |
ForwardingDOMRpcService
Utility
DOMRpcService which forwards all requests to a backing 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 |
Modifier and Type | Class and Description |
---|---|
class |
LegacyDOMDataBrokerAdapter
Adapter between the legacy controller API-based DOMDataBroker and the mdsal API-based DOMDataBroker.
|
class |
LegacyDOMNotificationServiceAdapter
Deprecated.
|
class |
LegacyDOMRpcServiceAdapter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends DOMService> |
DOMMountPointAdapter.getService(Class<T> cls)
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.