public interface RateWriter extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
File |
reportFile() |
void |
write(int metadata,
long count,
long timestamp) |
File reportFile()
void write(int metadata, long count, long timestamp) throws IOException
IOException
void close()
close
in interface AutoCloseable
This documentation was released into the public domain.