Interface RecordProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetObservationDomainId()Returns the observation domain ID as specified by the underlying packet used to generate these records.java.util.stream.Stream<java.lang.Iterable<Value<?>>>getRecords()longgetSequenceNumber()Returns the sequence number as provided by the underlying packet used to generate these records.
-
-
-
Method Detail
-
getRecords
java.util.stream.Stream<java.lang.Iterable<Value<?>>> getRecords()
-
getObservationDomainId
long getObservationDomainId()
Returns the observation domain ID as specified by the underlying packet used to generate these records.- Returns:
- the observation domain ID or
0if there is no such concept available.
-
getSequenceNumber
long getSequenceNumber()
Returns the sequence number as provided by the underlying packet used to generate these records.- Returns:
- the sequence number
-
-