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

Field Summary
static StandardMetrics.Cpu$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
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
 

Field Detail

MODULE$

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

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.

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