public interface InfluxDbWriter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InfluxDbWriter.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the writer connection, if it is open.
|
void |
writeBytes(byte[] bytes)
Write the given bytes to the connection.
|
void writeBytes(byte[] bytes)
throws Exception
Exception - if an error occurs while writing.void close()
throws IOException
IOException - if an I/O error occurs when closing the connection.Copyright © 2017. All rights reserved.