Heartbeat

org.eso.ias.heartbeat.Heartbeat
See theHeartbeat companion class
object Heartbeat

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Heartbeat.type

Members list

Value members

Concrete methods

def apply(hbType: HeartbeatProducerType, name: String): Heartbeat

Factory method to build a Heartbeat

Factory method to build a Heartbeat

Value parameters

hbType

The type of the tool

name

The name of the tool

Attributes

Returns

the heartebeat

def apply(stringRepr: String): Heartbeat

Factory method to build a Heartbeat from hist string representation

Factory method to build a Heartbeat from hist string representation

Value parameters

StringRepr

the string representation of the heartbeat

Attributes

Returns

the heartebeat

Concrete fields

The seprator between the ID and the hostname

The seprator between the ID and the hostname

Attributes

val typeNameSeparator: Char

Separator between type and name

Separator between type and name

Attributes