akka.cluster
Class StandardMetrics.Cpu$

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

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

See Also:
Serialized Form

Constructor Summary
StandardMetrics.Cpu$()
           
 
Method Summary
 scala.Option<scala.Tuple5<Address,java.lang.Object,scala.Option<java.lang.Object>,scala.Option<java.lang.Object>,java.lang.Object>> unapply(NodeMetrics nodeMetrics)
          Given a NodeMetrics it returns the Cpu data if the nodeMetrics contains necessary cpu metrics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardMetrics.Cpu$

public StandardMetrics.Cpu$()
Method Detail

unapply

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

Returns:
if possible a tuple matching the Cpu constructor parameters