Uses of Class
org.opendaylight.lispflowmapping.interfaces.dao.Subscriber
Packages that use Subscriber
Package
Description
-
Uses of Subscriber in org.opendaylight.lispflowmapping.implementation
Methods in org.opendaylight.lispflowmapping.implementation that return types with arguments of type SubscriberModifier and TypeMethodDescriptionMappingService.getSubscribers
(Eid eid) MappingSystem.getSubscribers
(Eid address) Methods in org.opendaylight.lispflowmapping.implementation with parameters of type SubscriberModifier and TypeMethodDescriptionvoid
MappingService.subscribe
(Subscriber subscriber, Eid subscribedEid) void
MappingSystem.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 SubscriberModifier and TypeMethodDescriptionstatic Set
<Subscriber> MSNotificationInputUtil.toSubscriberSet
(List<SubscriberItem> subscribers) static Set
<Subscriber> MSNotificationInputUtil.toSubscriberSetFromDst
(List<DstSubscriberItem> subscribers) Method parameters in org.opendaylight.lispflowmapping.implementation.util with type arguments of type SubscriberModifier and TypeMethodDescriptionstatic void
LoggingUtil.logSubscribers
(org.slf4j.Logger log, Eid eid, Set<Subscriber> subscribers) static List
<DstSubscriberItem> MSNotificationInputUtil.toDstSubscriberList
(Set<Subscriber> subscribers) static MappingChanged
MSNotificationInputUtil.toMappingChanged
(MappingRecord mapping, Eid eid, Set<Subscriber> subscribers, Set<Subscriber> dstSubscribers, MappingChange change) static List
<SubscriberItem> MSNotificationInputUtil.toSubscriberList
(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 SubscriberModifier and TypeMethodDescriptionSmrEvent.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 -
Uses of Subscriber in org.opendaylight.lispflowmapping.interfaces.mapcache
Methods in org.opendaylight.lispflowmapping.interfaces.mapcache that return types with arguments of type SubscriberModifier and TypeMethodDescriptionIMappingSystem.getSubscribers
(Eid eid) Retrieves the subscribers for an EID.Methods in org.opendaylight.lispflowmapping.interfaces.mapcache with parameters of type SubscriberModifier and TypeMethodDescriptionvoid
IMappingSystem.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 SubscriberModifier and TypeMethodDescriptionIMappingService.getSubscribers
(Eid eid) Retrieves the subscribers for an EID.Methods in org.opendaylight.lispflowmapping.interfaces.mappingservice with parameters of type SubscriberModifier and TypeMethodDescriptionvoid
IMappingService.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 SubscriberModifier and TypeMethodDescriptionstatic String
LispMapCacheStringifier.prettyPrintSubscriberSet
(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.