Package org.apache.pekko.cluster.metrics
Class MetricsGossip$
java.lang.Object
org.apache.pekko.cluster.metrics.MetricsGossip$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetricsGossip$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.metrics.MetricsGossipapply(scala.collection.immutable.Set<NodeMetrics> nodes) INTERNAL APIorg.apache.pekko.cluster.metrics.MetricsGossipempty()scala.Option<scala.collection.immutable.Set<NodeMetrics>>unapply(org.apache.pekko.cluster.metrics.MetricsGossip x$0)
-
Field Details
-
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)
-