Package io.lighty.core.controller.api
Interface LightyServices
- All Superinterfaces:
LightyModuleRegistryService
- All Known Implementing Classes:
LightyControllerImpl
This interface provides methods to access ODL core services
provided by
LightyController
module.- Author:
- juraj.veverka
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.mdsal.binding.api.ActionProviderService
org.opendaylight.mdsal.binding.api.ActionService
org.opendaylight.controller.cluster.ActorSystemProvider
org.opendaylight.mdsal.binding.dom.adapter.ConstantAdapterContext
org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTreeFactory
org.opendaylight.mdsal.binding.api.DataBroker
org.opendaylight.mdsal.binding.api.MountPointService
org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer
org.opendaylight.mdsal.binding.api.NotificationPublishService
io.netty.channel.EventLoopGroup
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.ClusterAdminService
org.opendaylight.mdsal.dom.api.DOMDataBroker
org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface
org.opendaylight.infrautils.diagstatus.DiagStatusService
org.opendaylight.mdsal.dom.api.DOMActionProviderService
org.opendaylight.mdsal.dom.api.DOMActionService
org.opendaylight.mdsal.eos.dom.api.DOMEntityOwnershipService
org.opendaylight.mdsal.dom.api.DOMMountPointService
org.opendaylight.mdsal.dom.api.DOMNotificationPublishService
org.opendaylight.mdsal.dom.api.DOMNotificationService
org.opendaylight.mdsal.dom.spi.DOMNotificationSubscriptionListenerRegistry
org.opendaylight.mdsal.dom.api.DOMRpcProviderService
org.opendaylight.mdsal.dom.api.DOMRpcService
org.opendaylight.mdsal.dom.api.DOMSchemaService
org.opendaylight.mdsal.dom.api.DOMYangTextSourceProvider
org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService
io.netty.util.concurrent.EventExecutor
org.opendaylight.mdsal.binding.api.NotificationService
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface
org.opendaylight.mdsal.binding.api.RpcProviderService
org.opendaylight.controller.config.threadpool.ScheduledThreadPool
org.opendaylight.infrautils.ready.SystemReadyMonitor
org.opendaylight.controller.config.threadpool.ThreadPool
io.netty.util.Timer
getTimer()
io.netty.channel.EventLoopGroup
org.opendaylight.yangtools.yang.parser.api.YangParserFactory
Methods inherited from interface io.lighty.core.controller.api.LightyModuleRegistryService
registerModuleInfos
-
Method Details
-
getDiagStatusService
org.opendaylight.infrautils.diagstatus.DiagStatusService getDiagStatusService() -
getSystemReadyMonitor
org.opendaylight.infrautils.ready.SystemReadyMonitor getSystemReadyMonitor() -
getLightySystemReadyService
LightySystemReadyService getLightySystemReadyService() -
getActorSystemProvider
org.opendaylight.controller.cluster.ActorSystemProvider getActorSystemProvider() -
getEffectiveModelContextProvider
org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider getEffectiveModelContextProvider() -
getDOMSchemaService
org.opendaylight.mdsal.dom.api.DOMSchemaService getDOMSchemaService() -
getDOMYangTextSourceProvider
org.opendaylight.mdsal.dom.api.DOMYangTextSourceProvider getDOMYangTextSourceProvider() -
getDOMNotificationSubscriptionListenerRegistry
org.opendaylight.mdsal.dom.spi.DOMNotificationSubscriptionListenerRegistry getDOMNotificationSubscriptionListenerRegistry() -
getConfigDatastore
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface getConfigDatastore() -
getOperationalDatastore
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface getOperationalDatastore() -
getYangParserFactory
org.opendaylight.yangtools.yang.parser.api.YangParserFactory getYangParserFactory() -
getBindingNormalizedNodeSerializer
org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer getBindingNormalizedNodeSerializer() -
getBindingCodecTreeFactory
org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTreeFactory getBindingCodecTreeFactory() -
getDOMEntityOwnershipService
org.opendaylight.mdsal.eos.dom.api.DOMEntityOwnershipService getDOMEntityOwnershipService() -
getEntityOwnershipService
org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService getEntityOwnershipService() -
getClusterAdminRPCService
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.ClusterAdminService getClusterAdminRPCService() -
getClusterSingletonServiceProvider
org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider getClusterSingletonServiceProvider() -
getEventExecutor
io.netty.util.concurrent.EventExecutor getEventExecutor() -
getBossGroup
io.netty.channel.EventLoopGroup getBossGroup() -
getWorkerGroup
io.netty.channel.EventLoopGroup getWorkerGroup() -
getThreadPool
org.opendaylight.controller.config.threadpool.ThreadPool getThreadPool() -
getScheduledThreadPool
org.opendaylight.controller.config.threadpool.ScheduledThreadPool getScheduledThreadPool() -
getTimer
io.netty.util.Timer getTimer() -
getDOMMountPointService
org.opendaylight.mdsal.dom.api.DOMMountPointService getDOMMountPointService() -
getDOMNotificationPublishService
org.opendaylight.mdsal.dom.api.DOMNotificationPublishService getDOMNotificationPublishService() -
getDOMNotificationService
org.opendaylight.mdsal.dom.api.DOMNotificationService getDOMNotificationService() -
getClusteredDOMDataBroker
org.opendaylight.mdsal.dom.api.DOMDataBroker getClusteredDOMDataBroker() -
getDOMRpcService
org.opendaylight.mdsal.dom.api.DOMRpcService getDOMRpcService() -
getDOMRpcProviderService
org.opendaylight.mdsal.dom.api.DOMRpcProviderService getDOMRpcProviderService() -
getDOMActionService
org.opendaylight.mdsal.dom.api.DOMActionService getDOMActionService() -
getDOMActionProviderService
org.opendaylight.mdsal.dom.api.DOMActionProviderService getDOMActionProviderService() -
getRpcProviderService
org.opendaylight.mdsal.binding.api.RpcProviderService getRpcProviderService() -
getBindingMountPointService
org.opendaylight.mdsal.binding.api.MountPointService getBindingMountPointService() -
getNotificationService
org.opendaylight.mdsal.binding.api.NotificationService getNotificationService() -
getBindingNotificationPublishService
org.opendaylight.mdsal.binding.api.NotificationPublishService getBindingNotificationPublishService() -
getBindingDataBroker
org.opendaylight.mdsal.binding.api.DataBroker getBindingDataBroker() -
getAdapterContext
org.opendaylight.mdsal.binding.dom.adapter.ConstantAdapterContext getAdapterContext() -
getActionProviderService
org.opendaylight.mdsal.binding.api.ActionProviderService getActionProviderService() -
getActionService
org.opendaylight.mdsal.binding.api.ActionService getActionService()
-