public final class InstructionSchedulerFactoryImpl extends Object implements InstructionSchedulerFactory
Constructor and Description |
---|
InstructionSchedulerFactoryImpl(org.opendaylight.mdsal.binding.api.DataBroker dataProvider,
org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderRegistry,
org.opendaylight.mdsal.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.mdsal.binding.api.DataBroker dataProvider, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderRegistry, org.opendaylight.mdsal.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 © 2020 OpenDaylight. All rights reserved.