akka.cluster.routing
Class MixMetricsSelector$

java.lang.Object
  extended by akka.cluster.routing.CapacityMetricsSelector
      extended by akka.cluster.routing.MixMetricsSelectorBase
          extended by akka.cluster.routing.MixMetricsSelector$
All Implemented Interfaces:
MetricsSelector, java.io.Serializable

public class MixMetricsSelector$
extends MixMetricsSelectorBase

Singleton instance of the default MixMetricsSelector, which uses [akka.cluster.routing.HeapMetricsSelector], [akka.cluster.routing.CpuMetricsSelector], and [akka.cluster.routing.SystemLoadAverageMetricsSelector]

See Also:
Serialized Form

Field Summary
static MixMetricsSelector$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
MixMetricsSelector$()
           
 
Method Summary
 MixMetricsSelector$ getInstance()
          Java API: get the default singleton instance
 
Methods inherited from class akka.cluster.routing.MixMetricsSelectorBase
capacity
 
Methods inherited from class akka.cluster.routing.CapacityMetricsSelector
weights, weights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final MixMetricsSelector$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

MixMetricsSelector$

public MixMetricsSelector$()
Method Detail

getInstance

public MixMetricsSelector$ getInstance()
Java API: get the default singleton instance