Package org.apache.pekko.cluster.metrics
Class HeapMetricsSelector$
java.lang.Object
org.apache.pekko.cluster.metrics.CapacityMetricsSelector
org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- All Implemented Interfaces:
Serializable,MetricsSelector,scala.Equals,scala.Product
public class HeapMetricsSelector$
extends CapacityMetricsSelector
implements scala.Product, Serializable
MetricsSelector that uses the heap metrics.
Low heap capacity => small weight.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HeapMetricsSelector$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancapacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics) Remaining capacity for each node.Java API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.cluster.metrics.CapacityMetricsSelector
weights, weightsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
HeapMetricsSelector$
public HeapMetricsSelector$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance -
capacity
public scala.collection.immutable.Map<Address,Object> capacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics) Description copied from class:CapacityMetricsSelectorRemaining capacity for each node. The value is between 0.0 and 1.0, where 0.0 means no remaining capacity (full utilization) and 1.0 means full remaining capacity (zero utilization).- Specified by:
capacityin classCapacityMetricsSelector
-
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
-
hashCode
public int hashCode() -
toString
-