Package org.apache.pekko.cluster.metrics
Class ClusterMetricsChanged
java.lang.Object
org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- All Implemented Interfaces:
Serializable,ClusterMetricsEvent,scala.Equals,scala.Product
public final class ClusterMetricsChanged
extends Object
implements ClusterMetricsEvent, scala.Product, Serializable
Current snapshot of cluster node metrics.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterMetricsChanged(scala.collection.immutable.Set<NodeMetrics> nodeMetrics) -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterMetricsChangedapply(scala.collection.immutable.Set<NodeMetrics> nodeMetrics) booleancopy(scala.collection.immutable.Set<NodeMetrics> nodeMetrics) scala.collection.immutable.Set<NodeMetrics>booleanJava APIinthashCode()scala.collection.immutable.Set<NodeMetrics>intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<scala.collection.immutable.Set<NodeMetrics>>Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ClusterMetricsChanged
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.collection.immutable.Set<NodeMetrics>> unapply(ClusterMetricsChanged x$0) -
nodeMetrics
-
getNodeMetrics
Java API -
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-