Package org.apache.pekko.cluster.metrics
Class MixMetricsSelector$
- java.lang.Object
- 
- org.apache.pekko.cluster.metrics.CapacityMetricsSelector
- 
- org.apache.pekko.cluster.metrics.MixMetricsSelectorBase
- 
- org.apache.pekko.cluster.metrics.MixMetricsSelector$
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- MetricsSelector
 
 public class MixMetricsSelector$ extends MixMetricsSelectorBase Singleton instance of the default MixMetricsSelector, which uses [org.apache.pekko.cluster.routing.HeapMetricsSelector], [org.apache.pekko.cluster.routing.CpuMetricsSelector], and [org.apache.pekko.cluster.routing.SystemLoadAverageMetricsSelector]- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static MixMetricsSelector$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description MixMetricsSelector$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MixMetricsSelectorapply(scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> selectors)MetricsSelector that combines other selectors and aggregates their capacity values.MixMetricsSelector$getInstance()Java API: get the default singleton instancescala.Option<scala.collection.immutable.IndexedSeq<CapacityMetricsSelector>>unapply(MixMetricsSelector x$0)- 
Methods inherited from class org.apache.pekko.cluster.metrics.MixMetricsSelectorBasecapacity
 - 
Methods inherited from class org.apache.pekko.cluster.metrics.CapacityMetricsSelectorweights, weights
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final MixMetricsSelector$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
getInstancepublic MixMetricsSelector$ getInstance() Java API: get the default singleton instance
 - 
applypublic MixMetricsSelector apply(scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> selectors) MetricsSelector that combines other selectors and aggregates their capacity values. By default it uses [org.apache.pekko.cluster.routing.HeapMetricsSelector], [org.apache.pekko.cluster.routing.CpuMetricsSelector], and [org.apache.pekko.cluster.routing.SystemLoadAverageMetricsSelector]
 - 
unapplypublic scala.Option<scala.collection.immutable.IndexedSeq<CapacityMetricsSelector>> unapply(MixMetricsSelector x$0) 
 
- 
 
-