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, weights
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final HeapMetricsSelector$ MODULE$
public HeapMetricsSelector$ getInstance()
public scala.collection.immutable.Map<Address,java.lang.Object> capacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
CapacityMetricsSelector
capacity
in class CapacityMetricsSelector
nodeMetrics
- (undocumented)