public interface DaqWriter<T extends Serializable> extends DaqReader<T>
| Modifier and Type | Method and Description |
|---|---|
long |
delete(Instant from,
Instant to)
Clears data within the time range.
|
long |
delete(long[] tags,
Instant from,
Instant to)
Clears data within the time range for the given tags.
|
Set<DataRecordKey> |
merge(List<DataRecord<T>> records,
boolean insertOnly)
Merges data.
|
fetchRecord, fetchRecords, hash, tagCount, tagsgetRecordCountcloselong delete(Instant from, Instant to)
from - Lower bound (inclusive).to - Upper bound (exclusive).long delete(long[] tags,
Instant from,
Instant to)
tags - Tags.from - Lower bound (inclusive).to - Upper bound (exclusive).Set<DataRecordKey> merge(List<DataRecord<T>> records, boolean insertOnly)
records - Data records.insertOnly - Insert-only flag (if true, the values keep unchanged on key equality).Copyright © 2012–2017 MARID software development group. All rights reserved.