Uses of Class
org.marid.db.data.DataRecord
-
Packages that use DataRecord Package Description org.marid.db.dao -
-
Uses of DataRecord in org.marid.db.dao
Methods in org.marid.db.dao that return DataRecord Modifier and Type Method Description DataRecord<T>DaqReader. fetchRecord(long tag, long instant)Get a tag record by tag and timestamp.Methods in org.marid.db.dao that return types with arguments of type DataRecord Modifier and Type Method Description java.util.List<DataRecord<T>>DaqReader. fetchRecords(long[] tags, long from, long to)Fetches all the records within the given time range.Method parameters in org.marid.db.dao with type arguments of type DataRecord Modifier and Type Method Description java.util.Set<DataRecordKey>DaqWriter. merge(java.util.List<DataRecord<T>> records, boolean insertOnly)Merges data.
-