Class CandidateRemoved
- java.lang.Object
-
- org.opendaylight.controller.cluster.entityownership.messages.CandidateRemoved
-
public class CandidateRemoved extends Object
Message sent when a candidate is removed for an entity.- Author:
- Moiz Raja, Thomas Pantelis
-
-
Constructor Summary
Constructors Constructor Description CandidateRemoved(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier entityPath, String removedCandidate, Collection<String> remainingCandidates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifiergetEntityPath()Collection<String>getRemainingCandidates()StringgetRemovedCandidate()StringtoString()
-
-
-
Constructor Detail
-
CandidateRemoved
public CandidateRemoved(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier entityPath, String removedCandidate, Collection<String> remainingCandidates)
-
-
Method Detail
-
getEntityPath
public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getEntityPath()
-
getRemovedCandidate
public String getRemovedCandidate()
-
getRemainingCandidates
public Collection<String> getRemainingCandidates()
-
-