class
DefaultMonitor
extends Monitor
Instance Constructors
-
new
DefaultMonitor
(rrd_file_prefix: String, rrd_backend: RrdBackendFactory)
Type Members
-
case class
MonitoredSet
(dto: MonitoredSetDTO) extends Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
close
: Unit
-
def
configure
(value: Traversable[MonitoredSetDTO]): Unit
-
val
current_monitored_sets
: HashMap[String, MonitoredSet]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fetch
(fetch: FetchMonitoredViewDTO): Option[MonitoredViewDTO]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
list
: Array[MonitoredSetDTO]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
path_to_rrd_file
(name: String): String
-
var
poller_factories
: Seq[PollerFactory]
-
val
rrd_backend
: RrdBackendFactory
-
val
rrd_file_prefix
: String
-
var
step_duration
: Long
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Monitor
Inherited from AnyRef
Inherited from Any