public final class LispMapCacheStringifier extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
prettyPrintFMCMappings(ILispDAO dao) |
static String |
prettyPrintKeys(ILispDAO dao) |
static String |
prettyPrintMTMCMappings(ILispDAO dao) |
static String |
prettyPrintSMCMappings(ILispDAO dao) |
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 |
printKeys(ILispDAO dao) |
static String |
printMTMCMappings(ILispDAO dao) |
static String |
printSMCMappings(ILispDAO dao) |
public static String prettyPrintSubscriberSet(Set<Subscriber> subscribers, int indentation)
subscribers - the Set of Subscriber objects to be printedindentation - indentation levelCopyright © 2019 OpenDaylight. All rights reserved.