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

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
 

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.

Returns:
if possible a tuple matching the HeapMemory constructor parameters