| Package | Description |
|---|---|
| org.marid.db.dao |
| Modifier and Type | Method | Description |
|---|---|---|
DataRecord<T> |
DaqReader.fetchRecord(long tag,
long instant) |
Get a tag record by tag and timestamp.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<DataRecordKey> |
DaqWriter.merge(java.util.List<DataRecord<T>> records,
boolean insertOnly) |
Merges data.
|
Copyright © 2012–2018 MARID software development group. All rights reserved.