Package org.apache.pekko.cluster.metrics
Class ClusterMetricsStrategy$
java.lang.Object
org.apache.pekko.cluster.metrics.ClusterMetricsStrategy$
- All Implemented Interfaces:
Serializable
Provide custom metrics strategy resources.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterMetricsStrategy$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.PartialFunction<Throwable,SupervisorStrategy.Directive> pekko.actor.SupervisorStrategyDeciderwhich allows to survive intermittent Sigar native method calls failures.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterMetricsStrategy$
public ClusterMetricsStrategy$()
-
-
Method Details
-
metricsDecider
pekko.actor.SupervisorStrategyDeciderwhich allows to survive intermittent Sigar native method calls failures.
-