Uses of Class
org.opendaylight.lispflowmapping.interfaces.dao.Subscriber
-
-
Uses of Subscriber in org.opendaylight.lispflowmapping.interfaces.lisp
Methods in org.opendaylight.lispflowmapping.interfaces.lisp that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>SmrEvent. getSubscriberList()Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific EID.Constructor parameters in org.opendaylight.lispflowmapping.interfaces.lisp with type arguments of type Subscriber Constructor Description SmrEvent(List<Subscriber> subscribers, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid, long nonce) -
Uses of Subscriber in org.opendaylight.lispflowmapping.interfaces.mapcache
Methods in org.opendaylight.lispflowmapping.interfaces.mapcache that return types with arguments of type Subscriber Modifier and Type Method Description Set<Subscriber>IMappingSystem. getSubscribers(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid)Retrieves the subscribers for an EID.Methods in org.opendaylight.lispflowmapping.interfaces.mapcache with parameters of type Subscriber Modifier and Type Method Description voidIMappingSystem. subscribe(Subscriber subscriber, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid subscribedEid)Subscribe a Subscriber to receive updates about mapping changes for an EID. -
Uses of Subscriber in org.opendaylight.lispflowmapping.interfaces.mappingservice
Methods in org.opendaylight.lispflowmapping.interfaces.mappingservice that return types with arguments of type Subscriber Modifier and Type Method Description Set<Subscriber>IMappingService. getSubscribers(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid)Retrieves the subscribers for an EID.Methods in org.opendaylight.lispflowmapping.interfaces.mappingservice with parameters of type Subscriber Modifier and Type Method Description voidIMappingService. subscribe(Subscriber subscriber, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid subscribedEid)Subscribe a Subscriber to receive updates about mapping changes for an EID.
-