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 Details

    • MODULE$

      public static final NodeMetrics$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • NodeMetrics$

      public NodeMetrics$()
  • Method Details

    • $lessinit$greater$default$3

      public scala.collection.immutable.Set<Metric> $lessinit$greater$default$3()
    • toString

      public final String toString()
      Specified by:
      toString in interface scala.Function3<Address,Object,scala.collection.immutable.Set<Metric>,NodeMetrics>
      Overrides:
      toString in class scala.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

      public scala.collection.immutable.Set<Metric> apply$default$3()
    • unapply

      public scala.Option<scala.Tuple3<Address,Object,scala.collection.immutable.Set<Metric>>> unapply(NodeMetrics x$0)