akka.cluster
Class MetricsCollector$

java.lang.Object
  extended by akka.cluster.MetricsCollector$

public class MetricsCollector$
extends java.lang.Object

INTERNAL API Factory to create configured MetricsCollector. If instantiation of SigarMetricsCollector fails (missing class or native library) it falls back to use JmxMetricsCollector.


Field Summary
static MetricsCollector$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
MetricsCollector$()
           
 
Method Summary
 MetricsCollector apply(ExtendedActorSystem system, ClusterSettings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

MetricsCollector$

public MetricsCollector$()
Method Detail

apply

public MetricsCollector apply(ExtendedActorSystem system,
                              ClusterSettings settings)