public class StandardDiagnosticsDump extends Object implements DiagnosticsDump
| Modifier and Type | Field and Description |
|---|---|
private List<DiagnosticsDumpElement> |
dumpElements |
private long |
timestamp |
| Constructor and Description |
|---|
StandardDiagnosticsDump(List<DiagnosticsDumpElement> dumpElements,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
private void |
writeHeader(BufferedWriter writer,
String header) |
void |
writeTo(OutputStream out) |
private final List<DiagnosticsDumpElement> dumpElements
private final long timestamp
public StandardDiagnosticsDump(List<DiagnosticsDumpElement> dumpElements, long timestamp)
public void writeTo(OutputStream out) throws IOException
writeTo in interface DiagnosticsDumpIOExceptionprivate void writeHeader(BufferedWriter writer, String header) throws IOException
IOExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.