Class LispMapCacheStringifier
java.lang.Object
org.opendaylight.lispflowmapping.mapcache.lisp.LispMapCacheStringifier
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
prettyPrintKeys
(ILispDAO dao) static String
static String
static String
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.static String
printFMCMappings
(ILispDAO dao) static String
static String
static String
printSMCMappings
(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
-