akka.cluster
Class StandardMetrics.HeapMemory$

java.lang.Object
  extended by akka.cluster.StandardMetrics.HeapMemory$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StandardMetrics

public static class StandardMetrics.HeapMemory$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static StandardMetrics.HeapMemory$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
StandardMetrics.HeapMemory$()
           
 
Method Summary
 scala.Option<scala.Tuple5<Address,java.lang.Object,java.lang.Object,java.lang.Object,scala.Option<java.lang.Object>>> unapply(NodeMetrics nodeMetrics)
          Given a NodeMetrics it returns the HeapMemory data if the nodeMetrics contains necessary heap metrics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final StandardMetrics.HeapMemory$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

StandardMetrics.HeapMemory$

public StandardMetrics.HeapMemory$()
Method Detail

unapply

public scala.Option<scala.Tuple5<Address,java.lang.Object,java.lang.Object,java.lang.Object,scala.Option<java.lang.Object>>> unapply(NodeMetrics nodeMetrics)
Given a NodeMetrics it returns the HeapMemory data if the nodeMetrics contains necessary heap metrics.

Parameters:
nodeMetrics - (undocumented)
Returns:
if possible a tuple matching the HeapMemory constructor parameters