TfMetricProtoUtil

public class TfMetricProtoUtil
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.proto.TfMetricProtoUtil


Map<string, string=""> ile Map<string, metric=""> arasında geçiş yapmanıza yardımcı olan yardımcı sınıf.</string,></string,>

Özet

Herkese açık kurucular

TfMetricProtoUtil()

Herkese açık yöntemler

static compatibleConvert( map)

Map<string, metric=""> öğesinin Map<string, string=""> öğesine dönüştürülmesi. </string,></string,>

static MetricMeasurement.Metric createSingleValue(long value, String unit)

Tek bir uzun/int değeri için bir Metric oluşturun ve isteğe bağlı olarak bir birim sağlayın.

static MetricMeasurement.Metric stringToMetric(String metric)

Basit bir dize metriğini (eski biçim) Metric (yeni biçim) biçimine dönüştürün.

static upgradeConvert( metrics)

Map<string, string=""> türünden HashMap<string, metric=""> türüne dönüşüm. </string,></string,>

static upgradeConvert( metrics, boolean smartNumbers)

Map<string, string=""> türünden HashMap<string, metric=""> türüne dönüşüm. </string,></string,>

Kamu inşaatçıları

TfMetricProtoUtil

public TfMetricProtoUtil ()

Herkese açık yöntemler

compatibleConvert

public static  compatibleConvert ( map)

Map<string, metric=""> değerinin Map<string, string=""> olarak dönüştürülmesi. Tüm tek değerli dize temsilleri kullanılır, liste temsilleri dönüştürülmez ve kaybolur.</string,></string,>

Parametreler
map

İlerlemeler

createSingleValue

public static MetricMeasurement.Metric createSingleValue (long value, 
                String unit)

Tek bir uzun/int değeri için bir Metric oluşturun ve isteğe bağlı olarak bir birim sağlayın.

Parametreler
value long: Depolanacak değer.

unit String: Değerin birimi veya birim yoksa boş.

İlerlemeler
MetricMeasurement.Metric bilgilerle doldurulmuş bir Metric.

stringToMetric

public static MetricMeasurement.Metric stringToMetric (String metric)

Basit bir Dize metriğini (eski biçim) Metric biçimine (yeni biçim) dönüştürün.

Parametreler
metric String: Bir metriği içeren dize.

İlerlemeler
MetricMeasurement.Metric Oluşturulan Metric

upgradeConvert

public static  upgradeConvert ( metrics)

Map<string, string=""> değerinden HashMap<string, metric=""> öğesine dönüştürme. Yeni arayüze gitmek için. Eski biçim sınırlamaları nedeniyle bilgiler yalnızca kısmen doldurulabilir.</string,></string,>

Parametreler
metrics

İlerlemeler

upgradeConvert

public static  upgradeConvert ( metrics, 
                boolean smartNumbers)

Map<string, string=""> değerinden HashMap<string, metric=""> öğesine dönüştürme. Yeni arayüze gitmek için. Eski biçim sınırlamaları nedeniyle bilgiler yalnızca kısmen doldurulabilir.</string,></string,>

Parametreler
metrics

smartNumbers boolean: Sayıları int metriklerine dönüştürür

İlerlemeler