Package org.apache.pekko.cluster.metrics
Class NodeMetrics$
- java.lang.Object
 - 
- scala.runtime.AbstractFunction3<Address,java.lang.Object,scala.collection.immutable.Set<Metric>,NodeMetrics>
 - 
- org.apache.pekko.cluster.metrics.NodeMetrics$
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Function3<Address,java.lang.Object,scala.collection.immutable.Set<Metric>,NodeMetrics>
public class NodeMetrics$ extends scala.runtime.AbstractFunction3<Address,java.lang.Object,scala.collection.immutable.Set<Metric>,NodeMetrics> implements java.io.Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static NodeMetrics$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description NodeMetrics$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Set<Metric>$lessinit$greater$default$3()NodeMetricsapply(Address address, long timestamp, scala.collection.immutable.Set<Metric> metrics)scala.collection.immutable.Set<Metric>apply$default$3()java.lang.StringtoString()scala.Option<scala.Tuple3<Address,java.lang.Object,scala.collection.immutable.Set<Metric>>>unapply(NodeMetrics x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final NodeMetrics$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
$lessinit$greater$default$3
public scala.collection.immutable.Set<Metric> $lessinit$greater$default$3()
 
- 
toString
public final java.lang.String toString()
- Specified by:
 toStringin interfacescala.Function3<Address,java.lang.Object,scala.collection.immutable.Set<Metric>,NodeMetrics>- Overrides:
 toStringin classscala.runtime.AbstractFunction3<Address,java.lang.Object,scala.collection.immutable.Set<Metric>,NodeMetrics>
 
- 
apply
public NodeMetrics apply(Address address, long timestamp, scala.collection.immutable.Set<Metric> metrics)
 
- 
apply$default$3
public scala.collection.immutable.Set<Metric> apply$default$3()
 
- 
unapply
public scala.Option<scala.Tuple3<Address,java.lang.Object,scala.collection.immutable.Set<Metric>>> unapply(NodeMetrics x$0)
 
 - 
 
 -