public class HeapMetricsSelector$ extends CapacityMetricsSelector implements scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static HeapMetricsSelector$ |
MODULE$
Deprecated.
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
HeapMetricsSelector$()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
scala.collection.immutable.Map<Address,java.lang.Object> |
capacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
Deprecated.
Remaining capacity for each node.
|
HeapMetricsSelector$ |
getInstance()
Deprecated.
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)