Interface DeviceOwnershipService
- All Known Implementing Classes:
DeviceOwnershipServiceImpl
public interface DeviceOwnershipService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isEntityOwned
(String nodeId) Method is used to check if the node is the entity owner of the switch.
-
Method Details
-
isEntityOwned
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
-