Class DocumentStoreStatsPrinter

  • All Implemented Interfaces:
    org.apache.felix.inventory.InventoryPrinter

    public class DocumentStoreStatsPrinter
    extends java.lang.Object
    implements org.apache.felix.inventory.InventoryPrinter
    Inventory printer for DocumentStore.getStats().
    • Field Summary

      • Fields inherited from interface org.apache.felix.inventory.InventoryPrinter

        FORMAT, NAME, SERVICE, TITLE, WEBCONSOLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print​(java.io.PrintWriter pw, org.apache.felix.inventory.Format format, boolean isZip)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentStoreStatsPrinter

        public DocumentStoreStatsPrinter()
    • Method Detail

      • print

        public void print​(java.io.PrintWriter pw,
                          org.apache.felix.inventory.Format format,
                          boolean isZip)
        Specified by:
        print in interface org.apache.felix.inventory.InventoryPrinter