public class SmrEvent extends Object
| Constructor and Description |
|---|
SmrEvent(List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.inet.binary.types.rev160303.IpAddressBinary> subscriberAddresses,
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid,
long nonce) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid |
getEid()
Returns the eid which the xTRs are subscribed to.
|
long |
getNonce()
Returns the nonce associated to a MapRequest.
|
List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.inet.binary.types.rev160303.IpAddressBinary> |
getSubscriberAddressList()
Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific eid.
|
public SmrEvent(List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.inet.binary.types.rev160303.IpAddressBinary> subscriberAddresses, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid, long nonce)
public List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.inet.binary.types.rev160303.IpAddressBinary> getSubscriberAddressList()
public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid getEid()
public long getNonce()
Copyright © 2018 OpenDaylight. All rights reserved.