Package akka.cluster.metrics
Class MetricsGossip$
- java.lang.Object
-
- akka.cluster.metrics.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 APIakka.cluster.metrics.MetricsGossip
empty()
scala.Option<scala.collection.immutable.Set<NodeMetrics>>
unapply(akka.cluster.metrics.MetricsGossip x$0)
-
-
-
Field Detail
-
MODULE$
public static final MetricsGossip$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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)
-
-