Class MetricsGossip$

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetricsGossip$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static MetricsGossip$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricsGossip$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.cluster.metrics.MetricsGossip apply​(scala.collection.immutable.Set<NodeMetrics> nodes)
      INTERNAL API
      akka.cluster.metrics.MetricsGossip empty()  
      scala.Option<scala.collection.immutable.Set<NodeMetrics>> unapply​(akka.cluster.metrics.MetricsGossip x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • MetricsGossip$

        public MetricsGossip$()
    • Method Detail

      • empty

        public akka.cluster.metrics.MetricsGossip empty()
      • apply

        public akka.cluster.metrics.MetricsGossip apply​(scala.collection.immutable.Set<NodeMetrics> nodes)
        INTERNAL API

        Parameters:
        nodes - metrics per node
      • unapply

        public scala.Option<scala.collection.immutable.Set<NodeMetrics>> unapply​(akka.cluster.metrics.MetricsGossip x$0)