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