public class PdfOtherReport extends Object
| Constructor and Description |
|---|
PdfOtherReport(String application,
OutputStream output) |
public PdfOtherReport(String application, OutputStream output) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic void writeSessionInformations(List<SessionInformations> sessionsInformations) throws IOException
IOExceptionpublic void writeHeapHistogram(HeapHistogram heapHistogram) throws IOException
IOExceptionpublic void writeHotspots(List<SamplingProfiler.SampledMethod> hotspots) throws IOException
IOExceptionpublic void writeProcessInformations(List<ProcessInformations> processInformations) throws IOException
IOExceptionpublic void writeProcessInformations(Map<String,List<ProcessInformations>> processInformationsByTitle) throws IOException
IOExceptionpublic void writeDatabaseInformations(DatabaseInformations databaseInformations) throws IOException
IOExceptionpublic void writeJndi(List<JndiBinding> jndiBindings, String path) throws IOException
IOExceptionpublic void writeMBeans(List<MBeanNode> mbeans) throws IOException
IOExceptionpublic void writeMBeans(Map<String,List<MBeanNode>> mbeansByTitle) throws IOException
IOExceptionpublic void writeAllCurrentRequestsAsPart(Map<JavaInformations,List<CounterRequestContext>> currentRequests, Collector collector, List<Counter> counters, long timeOfSnapshot) throws IOException
IOExceptionpublic void writeRequestAndGraphDetail(Collector collector, CollectorServer collectorServer, Range range, String requestId) throws IOException
IOExceptionpublic void writeRuntimeDependencies(Counter counter, Range range) throws IOException
IOExceptionpublic void writeCounterSummaryPerClass(Collector collector, Counter counter, String requestId, Range range) throws IOException
IOExceptionpublic void writeThreads(List<JavaInformations> javaInformationsList) throws IOException
IOExceptionCopyright © 2008–2017 Emeric Vernat. All rights reserved.