Class 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$()  
    • Field Detail

      • MODULE$

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

      • NodeMetrics$

        public NodeMetrics$()
    • 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:
        toString in interface scala.Function3<Address,​java.lang.Object,​scala.collection.immutable.Set<Metric>,​NodeMetrics>
        Overrides:
        toString in class scala.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)