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
IOExceptionvoid close()
close in interface AutoCloseableThis documentation was released into the public domain.