public class QDMemoryInfoWriter extends Object implements InspectorDataWriter<QDMemoryInfo>, AutoCloseable
Constructor and Description |
---|
QDMemoryInfoWriter(File logDir,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close csv printer
|
void |
write(LocalDateTime now,
QDMemoryInfo data)
Write collected data
|
public QDMemoryInfoWriter(File logDir, String name) throws IOException
IOException
public void close()
close
in interface AutoCloseable
public void write(LocalDateTime now, QDMemoryInfo data)
write
in interface InspectorDataWriter<QDMemoryInfo>
now
- current timedata
- data for printThis documentation was released into the public domain.