Class DeviceMastershipManager
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.frsync.impl.clustering.DeviceMastershipManager
-
public class DeviceMastershipManager extends Object
Manager for clustering service registrations ofDeviceMastership
.
-
-
Constructor Summary
Constructors Constructor Description DeviceMastershipManager(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider clusterSingletonService, ReconciliationRegistry reconciliationRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDeviceMastered(NodeId nodeId)
void
onDeviceConnected(NodeId nodeId)
void
onDeviceDisconnected(NodeId nodeId)
-
-
-
Constructor Detail
-
DeviceMastershipManager
public DeviceMastershipManager(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider clusterSingletonService, ReconciliationRegistry reconciliationRegistry)
-
-