Uses of Class
org.apache.camel.component.influxdb2.data.Record
-
Packages that use Record Package Description org.apache.camel.component.influxdb2.data -
-
Uses of Record in org.apache.camel.component.influxdb2.data
Methods in org.apache.camel.component.influxdb2.data that return Record Modifier and Type Method Description static RecordRecord. fromString(String record)Methods in org.apache.camel.component.influxdb2.data with parameters of type Record Modifier and Type Method Description RecordsRecords. addRecord(Record record)static RecordsRecords. create(Record record)Method parameters in org.apache.camel.component.influxdb2.data with type arguments of type Record Modifier and Type Method Description static RecordsRecords. create(List<Record> records)voidRecords. setRecords(List<Record> records)
-