Interface DeviceOwnershipService
-
- All Known Implementing Classes:
DeviceOwnershipServiceImpl
public interface DeviceOwnershipService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEntityOwned(String nodeId)
Method is used to check if the node is the entity owner of the switch.
-
-
-
Method Detail
-
isEntityOwned
boolean isEntityOwned(String nodeId)
Method is used to check if the node is the entity owner of the switch.- Returns:
- true if the node is the owner of the switch , false if either the switch is owned by some other node or if the cluster is in Jeopardy
-
-