Statistics

org.eso.ias.kafkaneo.consumer.ConsumersStatistics.Statistics
class Statistics()

The numbers collected for each topic

Value parameters

totMsgs

total number of messages (each message can contains more records)

totRecords

total number of events

totRecordsInPeriod

the number of records processed in the ongoing period It is reset when the period elapses

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val totMsgs: AtomicLong
val totRecords: AtomicLong
val totRecordsInPeriod: AtomicLong