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