11<!DOCTYPE HTML>
22< html lang >
33< head >
4- <!-- Generated by javadoc (17) on Wed Dec 11 09:14:35 CET 2024 -->
5- < title > InfluxDBClient (InfluxDB 3 Java Client 1.0 .0-SNAPSHOT API)</ title >
4+ <!-- Generated by javadoc (17) on Thu May 22 09:21:06 CEST 2025 -->
5+ < title > InfluxDBClient (InfluxDB 3 Java Client 1.1 .0-SNAPSHOT API)</ title >
66< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
8- < meta name ="dc.created " content ="2024-12-11 ">
8+ < meta name ="dc.created " content ="2025-05-22 ">
99< meta name ="description " content ="declaration: package: com.influxdb.v3.client, interface: InfluxDBClient ">
1010< meta name ="generator " content ="javadoc/ClassWriterImpl ">
1111< link rel ="stylesheet " type ="text/css " href ="../../../../stylesheet.css " title ="Style ">
3737< li class ="nav-bar-cell1-rev "> Class</ li >
3838< li > < a href ="class-use/InfluxDBClient.html "> Use</ a > </ li >
3939< li > < a href ="package-tree.html "> Tree</ a > </ li >
40+ < li > < a href ="../../../../deprecated-list.html "> Deprecated</ a > </ li >
4041< li > < a href ="../../../../index-all.html "> Index</ a > </ li >
4142< li > < a href ="../../../../help-doc.html#class "> Help</ a > </ li >
4243</ ul >
@@ -329,7 +330,10 @@ <h3>writePoint</h3>
329330< div class ="block "> Write a < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to the InfluxDB server.</ div >
330331< dl class ="notes ">
331332< dt > Parameters:</ dt >
332- < dd > < code > point</ code > - the < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to write, can be null</ dd >
333+ < dd > < code > point</ code > - the < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to write, can be null
334+ < p >
335+ Note: the timestamp passed will be converted to nanoseconds since the Unix epoch
336+ by NanosecondConverter helper class</ dd >
333337</ dl >
334338</ section >
335339</ li >
@@ -344,7 +348,10 @@ <h3>writePoint</h3>
344348< dl class ="notes ">
345349< dt > Parameters:</ dt >
346350< dd > < code > point</ code > - the < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to write, can be null</ dd >
347- < dd > < code > options</ code > - the options for writing data to InfluxDB</ dd >
351+ < dd > < code > options</ code > - the options for writing data to InfluxDB
352+ < p >
353+ Note: the timestamp passed will be converted to nanoseconds since the Unix epoch
354+ by NanosecondConverter helper class</ dd >
348355</ dl >
349356</ section >
350357</ li >
@@ -356,7 +363,10 @@ <h3>writePoints</h3>
356363< div class ="block "> Write a list of < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to the InfluxDB server.</ div >
357364< dl class ="notes ">
358365< dt > Parameters:</ dt >
359- < dd > < code > points</ code > - the list of < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to write, cannot be null</ dd >
366+ < dd > < code > points</ code > - the list of < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to write, cannot be null
367+ < p >
368+ Note: the timestamp passed will be converted to nanoseconds since the Unix epoch
369+ by NanosecondConverter helper class</ dd >
360370</ dl >
361371</ section >
362372</ li >
@@ -371,7 +381,10 @@ <h3>writePoints</h3>
371381< dl class ="notes ">
372382< dt > Parameters:</ dt >
373383< dd > < code > points</ code > - the list of < a href ="Point.html " title ="class in com.influxdb.v3.client "> < code > Point</ code > </ a > to write, cannot be null</ dd >
374- < dd > < code > options</ code > - the options for writing data to InfluxDB</ dd >
384+ < dd > < code > options</ code > - the options for writing data to InfluxDB
385+ < p >
386+ Note: the timestamp passed will be converted to nanoseconds since the Unix epoch
387+ by NanosecondConverter helper class</ dd >
375388</ dl >
376389</ section >
377390</ li >
@@ -395,7 +408,9 @@ <h3>query</h3>
395408< dt > Parameters:</ dt >
396409< dd > < code > query</ code > - the SQL query string to execute, cannot be null</ dd >
397410< dt > Returns:</ dt >
398- < dd > Batches of rows returned by the query</ dd >
411+ < dd > Batches of rows returned by the query
412+ < p >
413+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
399414</ dl >
400415</ section >
401416</ li >
@@ -423,7 +438,9 @@ <h3>query</h3>
423438< dd > < code > query</ code > - the SQL query string to execute, cannot be null</ dd >
424439< dd > < code > parameters</ code > - query named parameters</ dd >
425440< dt > Returns:</ dt >
426- < dd > Batches of rows returned by the query</ dd >
441+ < dd > Batches of rows returned by the query
442+ < p >
443+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
427444</ dl >
428445</ section >
429446</ li >
@@ -450,7 +467,9 @@ <h3>query</h3>
450467< dd > < code > query</ code > - the query string to execute, cannot be null</ dd >
451468< dd > < code > options</ code > - the options for querying data from InfluxDB</ dd >
452469< dt > Returns:</ dt >
453- < dd > Batches of rows returned by the query</ dd >
470+ < dd > Batches of rows returned by the query
471+ < p >
472+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
454473</ dl >
455474</ section >
456475</ li >
@@ -481,7 +500,9 @@ <h3>query</h3>
481500< dd > < code > parameters</ code > - query named parameters</ dd >
482501< dd > < code > options</ code > - the options for querying data from InfluxDB</ dd >
483502< dt > Returns:</ dt >
484- < dd > Batches of rows returned by the query</ dd >
503+ < dd > Batches of rows returned by the query
504+ < p >
505+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
485506</ dl >
486507</ section >
487508</ li >
@@ -505,7 +526,9 @@ <h3>queryPoints</h3>
505526< dt > Parameters:</ dt >
506527< dd > < code > query</ code > - the SQL query string to execute, cannot be null</ dd >
507528< dt > Returns:</ dt >
508- < dd > Batches of PointValues returned by the query</ dd >
529+ < dd > Batches of PointValues returned by the query
530+ < p >
531+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
509532</ dl >
510533</ section >
511534</ li >
@@ -533,7 +556,9 @@ <h3>queryPoints</h3>
533556< dd > < code > query</ code > - the SQL query string to execute, cannot be null</ dd >
534557< dd > < code > parameters</ code > - query named parameters</ dd >
535558< dt > Returns:</ dt >
536- < dd > Batches of PointValues returned by the query</ dd >
559+ < dd > Batches of PointValues returned by the query
560+ < p >
561+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
537562</ dl >
538563</ section >
539564</ li >
@@ -560,7 +585,9 @@ <h3>queryPoints</h3>
560585< dd > < code > query</ code > - the query string to execute, cannot be null</ dd >
561586< dd > < code > options</ code > - the options for querying data from InfluxDB</ dd >
562587< dt > Returns:</ dt >
563- < dd > Batches of PointValues returned by the query</ dd >
588+ < dd > Batches of PointValues returned by the query
589+ < p >
590+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
564591</ dl >
565592</ section >
566593</ li >
@@ -592,7 +619,9 @@ <h3>queryPoints</h3>
592619< dd > < code > parameters</ code > - query named parameters</ dd >
593620< dd > < code > options</ code > - the options for querying data from InfluxDB</ dd >
594621< dt > Returns:</ dt >
595- < dd > Batches of PointValues returned by the query</ dd >
622+ < dd > Batches of PointValues returned by the query
623+ < p >
624+ Note: the timestamp will be returned as a number of nanoseconds since the Unix epoch</ dd >
596625</ dl >
597626</ section >
598627</ li >
@@ -845,7 +874,7 @@ <h3>getInstance</h3>
845874</ main >
846875< footer role ="contentinfo ">
847876< hr >
848- < p class ="legal-copy "> < small > Copyright © 2023–2024 < a href ="https://influxdata.com "> InfluxData, Inc.</ a > . All rights reserved.</ small > </ p >
877+ < p class ="legal-copy "> < small > Copyright © 2023–2025 < a href ="https://influxdata.com "> InfluxData, Inc.</ a > . All rights reserved.</ small > </ p >
849878</ footer >
850879</ div >
851880</ div >
0 commit comments