Make 'mappings' CLI output user friendly
[lispflowmapping.git] / mappingservice / api / src / main / java / org / opendaylight / lispflowmapping / interfaces / mapcache / IMappingSystem.java
index c2181a41a9a5618550f9fae0dbd495b7ef5a0a6f..32ada32c624862c94edada6a35ff7906f70a2a42 100644 (file)
@@ -220,6 +220,13 @@ public interface IMappingSystem {
      */
     String printMappings();
 
+    /**
+     * Print mappings in cache in a human friendly format.
+     *
+     * @return a String consisting of all the mappings in the cache
+     */
+    String prettyPrintMappings();
+
     /**
      * Print all authentication keys. Used for testing, debugging and the karaf shell.
      *