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()

모니터의 모든 @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 ()

모니터의 모든 @Option 필드가 설정된 후에 호출되는 메서드입니다.

종료

public abstract void terminate ()

호스트 모니터를 중지하기 위해 호출되는 메서드입니다.