public class SystemLoadAverageMetricsSelector$ extends CapacityMetricsSelector implements scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static SystemLoadAverageMetricsSelector$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
SystemLoadAverageMetricsSelector$() |
| Modifier and Type | Method and Description |
|---|---|
scala.collection.immutable.Map<Address,java.lang.Object> |
capacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
Remaining capacity for each node.
|
SystemLoadAverageMetricsSelector$ |
getInstance()
Java API: get the singleton instance
|
weights, weightsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final SystemLoadAverageMetricsSelector$ MODULE$
public SystemLoadAverageMetricsSelector$ getInstance()
public scala.collection.immutable.Map<Address,java.lang.Object> capacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
CapacityMetricsSelectorcapacity in class CapacityMetricsSelectornodeMetrics - (undocumented)