| 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 | Method and Description | 
|---|---|
protected abstract T | 
BindingDOMAdapterBuilder.createInstance(BindingToNormalizedNodeCodec codec,
              com.google.common.collect.ClassToInstanceMap<DOMService> delegates)  | 
protected T | 
BindingDOMAdapterBuilder.createInstance(com.google.common.collect.ClassToInstanceMap<DOMService> delegates)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected AdapterBuilder<? extends BindingService,DOMService> | 
BindingDOMAdapterLoader.createBuilder(Class<? extends BindingService> key)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DOMDataBroker
Data Broker which provides data transaction and data change listener functionality
 using  
NormalizedNode data format. | 
interface  | 
DOMDataTreeService
A  
DOMService providing access to the conceptual data tree. | 
interface  | 
DOMDataTreeShardingService
A  
DOMService providing access to details on how the conceptual data tree
 is distributed among providers (also known as shards). | 
interface  | 
DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>>
Marker interface for services which can support  
DOMServiceExtension. | 
interface  | 
DOMMountPointService  | 
interface  | 
DOMNotificationPublishService
A  
DOMService which allows its user to send DOMNotifications. | 
interface  | 
DOMNotificationService
A  
DOMService which allows its users to subscribe to receive
 DOMNotifications. | 
interface  | 
DOMRpcProviderService
A  
DOMService which allows registration of RPC implementations with a conceptual
 router. | 
interface  | 
DOMRpcService
A  
DOMService which allows clients to invoke RPCs. | 
interface  | 
DOMSchemaService  | 
| 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  | 
DOMMountPointServiceImpl  | 
class  | 
DOMNotificationRouter
Joint implementation of  
DOMNotificationPublishService and DOMNotificationService. | 
class  | 
DOMRpcRouter  | 
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  | 
OsgiBundleScanningSchemaService  | 
| 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 | Method and Description | 
|---|---|
<T extends DOMService> | 
SimpleDOMMountPoint.getService(Class<T> cls)  | 
| 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)  | 
Copyright © 2018 OpenDaylight. All rights reserved.