IHostMonitor

public interface IHostMonitor

com.android.tradefed.util.hostmetric.IHostMonitor


用于调度主机数据的接口

摘要

嵌套类

class IHostMonitor.HostDataPoint

要报告数据的通用类。 

公共方法

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

为添加要发送的特殊事件而调用的方法。

abstract void start()

设置 Monitor 的所有 @Option 字段后将调用的方法。

abstract void terminate()

为停止主机监视器而调用的方法。

公共方法

addHostEvent

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

为添加要发送的特殊事件而调用的方法。

参数
tag IHostMonitor.HostMetricType

event IHostMonitor.HostDataPoint

start

public abstract void start ()

设置 Monitor 的所有 @Option 字段后将调用的方法。

终止

public abstract void terminate ()

为停止主机监视器而调用的方法。