Class CodahaleMetricsReporter
- java.lang.Object
-
- org.apache.sling.commons.metrics.rrd4j.impl.CodahaleMetricsReporter
-
- All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter,org.apache.felix.inventory.ZipAttachmentProvider
public class CodahaleMetricsReporter extends Object implements org.apache.felix.inventory.InventoryPrinter, org.apache.felix.inventory.ZipAttachmentProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodahaleMetricsReporter.Configuration
-
Constructor Summary
Constructors Constructor Description CodahaleMetricsReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttachments(ZipOutputStream zos, String namePrefix)voidprint(PrintWriter pw, org.apache.felix.inventory.Format format, boolean isZip)
-
-
-
Method Detail
-
print
public void print(PrintWriter pw, org.apache.felix.inventory.Format format, boolean isZip)
- Specified by:
printin interfaceorg.apache.felix.inventory.InventoryPrinter
-
addAttachments
public void addAttachments(ZipOutputStream zos, String namePrefix) throws IOException
- Specified by:
addAttachmentsin interfaceorg.apache.felix.inventory.ZipAttachmentProvider- Throws:
IOException
-
-