Packages

object HeapMemory extends Serializable

Source
Metric.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeapMemory
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def unapply(nodeMetrics: NodeMetrics): Option[(Address, Long, Long, Long, Option[Long])]

    Given a NodeMetrics it returns the HeapMemory data if the nodeMetrics contains necessary heap metrics.

    Given a NodeMetrics it returns the HeapMemory data if the nodeMetrics contains necessary heap metrics.

    returns

    if possible a tuple matching the HeapMemory constructor parameters