Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory Member List

This is the complete list of members for Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory, including all inherited members.

CreateCounter(string name)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateCounter(string name, string desc, long initValue=0)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateDoubleGauge(string name)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateDoubleGauge(string name, string desc, double initValue=0)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateLongGauge(string name)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateLongGauge(string name, string desc, long initValue=0)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateRateMetric(string name, string desc, bool extendedMetrics=true)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateRateMetric(string name)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateStatMetric(string name, string valueName)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateStatMetric(string name, string desc, string valueName, bool extendedMetrics=true)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory
CreateTag(IMetricsInfo info, string value)Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMetricsFactory