| Package | Description |
|---|---|
| org.marid.db.dao |
| Modifier and Type | Method and Description |
|---|---|
DataRecord<T> |
DaqReader.fetchRecord(long tag,
Instant instant)
Get a tag record by tag and timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRecord<T>> |
DaqReader.fetchRecords(long[] tags,
Instant from,
Instant to)
Fetches all the records within the given time range.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DataRecordKey> |
DaqWriter.merge(List<DataRecord<T>> records,
boolean insertOnly)
Merges data.
|
Copyright © 2012–2017 MARID software development group. All rights reserved.