public class JVMMemoryInfoWriter extends Object implements InspectorDataWriter<JVMMemoryInfo>, AutoCloseable
Constructor and Description |
---|
JVMMemoryInfoWriter(File logDir,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(LocalDateTime now,
JVMMemoryInfo data) |
public JVMMemoryInfoWriter(File logDir, String name) throws IOException
IOException
public void close()
close
in interface AutoCloseable
public void write(LocalDateTime now, JVMMemoryInfo data)
write
in interface InspectorDataWriter<JVMMemoryInfo>
This documentation was released into the public domain.