public interface MetricsSelector
extends scala.Serializable
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Map<Address,java.lang.Object> |
weights(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
The weights per address, based on the nodeMetrics.
|
scala.collection.immutable.Map<Address,java.lang.Object> weights(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
nodeMetrics
- (undocumented)