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
IOExceptionpublic void close()
close in interface AutoCloseablepublic void write(LocalDateTime now, JVMMemoryInfo data)
write in interface InspectorDataWriter<JVMMemoryInfo>This documentation was released into the public domain.