public final class InstructionSchedulerFactoryImpl extends Object implements InstructionSchedulerFactory
Constructor and Description |
---|
InstructionSchedulerFactoryImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcProviderRegistry,
org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notifs,
io.netty.util.Timer timer,
org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider cssp,
org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
InstructionScheduler |
createInstructionScheduler(String instructionId)
Creates a unique InstructionScheduler.
|
public InstructionSchedulerFactoryImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider, org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcProviderRegistry, org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notifs, io.netty.util.Timer timer, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider cssp, org.osgi.framework.BundleContext bundleContext)
public InstructionScheduler createInstructionScheduler(String instructionId)
InstructionSchedulerFactory
createInstructionScheduler
in interface InstructionSchedulerFactory
instructionId
- Unique Identifier, also to be used as part of
Cluster Singleton Service Group Identifier
as "instructionId"-service-groupCopyright © 2019 OpenDaylight. All rights reserved.