AbstrakHostMonitor

public abstract class AbstractHostMonitor
extends Object implements IHostMonitor

java.lang.Object
   ↳ com.android.tradefed.util.hostmetric.AbstrakHostMonitor


Class umum untuk Pemantauan Kesehatan Host. menerapkan dispatch() dengan spesifikasi agen.

Ringkasan

Kolom

protected mHostData

protected mHostEvents

Konstruktor publik

AbstractHostMonitor()

Metode publik

void addHostEvent(IHostMonitor.HostMetricType tag, IHostMonitor.HostDataPoint event)

Metode yang akan dipanggil untuk menambahkan peristiwa khusus yang akan dikirim.

abstract void dispatch()

Mengumpulkan dan Memberikan nilai data host saat ini.

IHostMonitor.HostMetricType getTag()

Menampilkan tag yang mengidentifikasi 'class' mana dari IHostMonitor untuk dicapai.

void run()
void terminate()

Metode yang akan dipanggil untuk menghentikan Host Monitor.

Kolom

{i>mHostData<i}

protected  mHostData

mHostEvents

protected  mHostEvents

Konstruktor publik

AbstrakHostMonitor

public AbstractHostMonitor ()

Metode publik

addHostEvent

public void addHostEvent (IHostMonitor.HostMetricType tag, 
                IHostMonitor.HostDataPoint event)

Metode yang akan dipanggil untuk menambahkan peristiwa khusus yang akan dikirim.

Parameter
tag IHostMonitor.HostMetricType

event IHostMonitor.HostDataPoint

pengiriman

public abstract void dispatch ()

Mengumpulkan dan Memberikan nilai data host saat ini. Harus memunculkan Peristiwa dari Antrean jika ada.

getTag

public IHostMonitor.HostMetricType getTag ()

Menampilkan tag yang mengidentifikasi 'class' mana dari IHostMonitor untuk dicapai.

Hasil
IHostMonitor.HostMetricType

lari

public void run ()

hentikan

public void terminate ()

Metode yang akan dipanggil untuk menghentikan Host Monitor.