Uses of Class
org.opendaylight.lispflowmapping.interfaces.dao.Subscriber
-
-
Uses of Subscriber in org.opendaylight.lispflowmapping.implementation
Methods in org.opendaylight.lispflowmapping.implementation that return types with arguments of type Subscriber Modifier and Type Method Description java.util.Set<Subscriber>MappingService. getSubscribers(Eid eid)java.util.Set<Subscriber>MappingSystem. getSubscribers(Eid address)Methods in org.opendaylight.lispflowmapping.implementation with parameters of type Subscriber Modifier and Type Method Description voidMappingService. subscribe(Subscriber subscriber, Eid subscribedEid)voidMappingSystem. subscribe(Subscriber subscriber, Eid subscribedEid) -
Uses of Subscriber in org.opendaylight.lispflowmapping.implementation.util
Methods in org.opendaylight.lispflowmapping.implementation.util that return types with arguments of type Subscriber Modifier and Type Method Description static java.util.Set<Subscriber>MSNotificationInputUtil. toSubscriberSet(java.util.List<SubscriberItem> subscribers)static java.util.Set<Subscriber>MSNotificationInputUtil. toSubscriberSetFromDst(java.util.List<DstSubscriberItem> subscribers)Method parameters in org.opendaylight.lispflowmapping.implementation.util with type arguments of type Subscriber Modifier and Type Method Description static voidLoggingUtil. logSubscribers(org.slf4j.Logger log, Eid eid, java.util.Set<Subscriber> subscribers)static java.util.List<DstSubscriberItem>MSNotificationInputUtil. toDstSubscriberList(java.util.Set<Subscriber> subscribers)static MappingChangedMSNotificationInputUtil. toMappingChanged(MappingRecord mapping, Eid eid, java.util.Set<Subscriber> subscribers, java.util.Set<Subscriber> dstSubscribers, MappingChange change)static java.util.List<SubscriberItem>MSNotificationInputUtil. toSubscriberList(java.util.Set<Subscriber> subscribers) -
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 java.util.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(java.util.List<Subscriber> subscribers, 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 java.util.Set<Subscriber>IMappingSystem. getSubscribers(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, 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 java.util.Set<Subscriber>IMappingService. getSubscribers(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, Eid subscribedEid)Subscribe a Subscriber to receive updates about mapping changes for an EID. -
Uses of Subscriber in org.opendaylight.lispflowmapping.mapcache.lisp
Method parameters in org.opendaylight.lispflowmapping.mapcache.lisp with type arguments of type Subscriber Modifier and Type Method Description static java.lang.StringLispMapCacheStringifier. prettyPrintSubscriberSet(java.util.Set<Subscriber> subscribers, int indentation)Given a Set of Subscriber objects, and the level of indentation, create a nicely formatted String to be added to a map-cache print-out in a tabular form.
-