Class MetricsGossip$

java.lang.Object
org.apache.pekko.cluster.metrics.MetricsGossip$
All Implemented Interfaces:
Serializable

public class MetricsGossip$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.cluster.metrics.MetricsGossip
    apply(scala.collection.immutable.Set<NodeMetrics> nodes)
    INTERNAL API
    org.apache.pekko.cluster.metrics.MetricsGossip
     
    scala.Option<scala.collection.immutable.Set<NodeMetrics>>
    unapply(org.apache.pekko.cluster.metrics.MetricsGossip x$0)
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • MetricsGossip$

      public MetricsGossip$()
  • Method Details

    • empty

      public org.apache.pekko.cluster.metrics.MetricsGossip empty()
    • apply

      public org.apache.pekko.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(org.apache.pekko.cluster.metrics.MetricsGossip x$0)