Class CandidateAdded
- java.lang.Object
-
- org.opendaylight.controller.cluster.entityownership.messages.CandidateAdded
-
public class CandidateAdded extends Object
Message sent when a new candidate is added for an entity.- Author:
- Moiz Raja, Thomas Pantelis
-
-
Constructor Summary
Constructors Constructor Description CandidateAdded(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier entityPath, String newCandidate, Collection<String> allCandidates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getAllCandidates()org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifiergetEntityPath()StringgetNewCandidate()StringtoString()
-
-
-
Constructor Detail
-
CandidateAdded
public CandidateAdded(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier entityPath, String newCandidate, Collection<String> allCandidates)
-
-