Class SmrEvent


  • public class SmrEvent
    extends Object
    Carries information about received SMR-invoked request.
    • Constructor Detail

      • SmrEvent

        public SmrEvent​(List<Subscriber> subscribers,
                        org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid,
                        long nonce)
    • Method Detail

      • getSubscriberList

        public List<Subscriber> getSubscriberList()
        Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific EID.
        Returns:
        the list of subscriber addresses.
      • getEid

        public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid getEid()
        Returns the EID which the xTRs are subscribed to.
        Returns:
        the subscribed EID.
      • getNonce

        public long getNonce()
        Returns the nonce associated to a MapRequest.
        Returns:
        the nonce.