We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b17df3 commit f520185Copy full SHA for f520185
src/writeData/clients/Java/write.2.example
@@ -4,7 +4,7 @@ mem.used_percent = 23.43234543;
4
mem.time = Instant.now();
5
6
WriteApiBlocking writeApi = client.getWriteApiBlocking();
7
-writeApi.writeRecord(bucket, org, WritePrecision.NS, mem);
+writeApi.writeMeasurement(bucket, org, WritePrecision.NS, mem);
8
9
10
0 commit comments