StatsCollectorBase

org.eso.ias.dasu.StatsCollectorBase
See theStatsCollectorBase companion object
abstract class StatsCollectorBase(id: String, timeInterval: Long)

Base class for generating statistics at definite time intervals

Value parameters

id

The identifer of the generator of istatistics

timeInterval

The time interval to generate statistics (minutes)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def logStats(): Unit

The method to log statistics, called at regular time intervals

The method to log statistics, called at regular time intervals

Attributes

Concrete methods

def cleanUp(): Unit

Stop loging statistics

Stop loging statistics

Attributes

def start(): Unit

Start logging statistics

Start logging statistics

Attributes