Package org.apache.pekko.cluster.metrics
Class NodeMetrics$
java.lang.Object
scala.runtime.AbstractFunction3<Address,Object,scala.collection.immutable.Set<Metric>,NodeMetrics>
org.apache.pekko.cluster.metrics.NodeMetrics$
- All Implemented Interfaces:
Serializable,scala.Function3<Address,Object, scala.collection.immutable.Set<Metric>, NodeMetrics>
public class NodeMetrics$
extends scala.runtime.AbstractFunction3<Address,Object,scala.collection.immutable.Set<Metric>,NodeMetrics>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NodeMetrics$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NodeMetrics$
public NodeMetrics$()
-
-
Method Details
-
$lessinit$greater$default$3
-
toString
- Specified by:
toStringin interfacescala.Function3<Address,Object, scala.collection.immutable.Set<Metric>, NodeMetrics> - Overrides:
toStringin classscala.runtime.AbstractFunction3<Address,Object, scala.collection.immutable.Set<Metric>, NodeMetrics>
-
apply
public NodeMetrics apply(Address address, long timestamp, scala.collection.immutable.Set<Metric> metrics) -
apply$default$3
-
unapply
public scala.Option<scala.Tuple3<Address,Object, unapplyscala.collection.immutable.Set<Metric>>> (NodeMetrics x$0)
-