Class LispMapCacheStringifier
java.lang.Object
org.opendaylight.lispflowmapping.mapcache.lisp.LispMapCacheStringifier
- 
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringprettyPrintKeys(ILispDAO dao) static Stringstatic Stringstatic StringprettyPrintSubscriberSet(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.static StringprintFMCMappings(ILispDAO dao) static Stringstatic Stringstatic StringprintSMCMappings(ILispDAO dao)  
- 
Method Details
- 
printKeys
 - 
prettyPrintKeys
 - 
printFMCMappings
 - 
prettyPrintFMCMappings
 - 
printMTMCMappings
 - 
prettyPrintMTMCMappings
 - 
printSMCMappings
 - 
prettyPrintSMCMappings
 - 
prettyPrintSubscriberSet
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.- Parameters:
 subscribers- the Set of Subscriber objects to be printedindentation- indentation level- Returns:
 - the formatted String
 
 
 -