Returns the number of data records in this Message.
Returns the number of data records in this Message.
the count of data records
Gets the export time of the message, as a number of milliseconds since 1970-01-01T00:00:00.
Gets the export time of the message, as a number of milliseconds since 1970-01-01T00:00:00.
export time in milliseconds
Gets the export time of the message, as a number of seconds since 1970-01-01T00:00:00.
Gets the export time of the message, as a number of seconds since 1970-01-01T00:00:00.
export time in seconds
Gets the export time of the message.
Gets the export time of the message.
message export time
Returns an Iterator that may be used to iterate over the IpfixSets in this Message.
Returns an Iterator that may be used to iterate over the IpfixSets in this Message.
Gets the observation domain identifier associated with the message.
Gets the observation domain identifier associated with the message.
the observation domain id
The length of the Message in octets.
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
Gets the sequence number of the message.
Gets the sequence number of the message. The sequence number is unique per domain, and is the complete number of data records that have been sent in the session prior to this message. It can be used to calculate statistics about missing data records.
the sequence number
Returns a session that can be used to interpret template ids in this message.
Returns a session that can be used to interpret template ids in this message.
the session associated with this message
The transport used to collect the message
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
The CollectedMessage class interprets a ByteBuffer to provide a scala.collection.Iterator over the IpfixSets in the buffer.
The companion object for more details