public static class StandardMetrics.HeapMemory$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static StandardMetrics.HeapMemory$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
HeapMemory$() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final StandardMetrics.HeapMemory$ MODULE$
public scala.Option<scala.Tuple5<Address,java.lang.Object,java.lang.Object,java.lang.Object,scala.Option<java.lang.Object>>> unapply(NodeMetrics nodeMetrics)
nodeMetrics
- (undocumented)