叢集設備監控

public class ClusterDeviceMonitor
extends LabResourceDeviceMonitor

java.lang.Object
com.google.dualhomelab.monitoringagent.resourcemonitoring.LabResourceServiceGrpc.LabResourceServiceImplBase
com.android.tradefed.monitoring.LabResourceDeviceMonitor
com.android.tradefed.cluster.ClusterDeviceMonitor


向 Tradefed 叢集服務報告結果的IDeviceMonitor實作。

概括

公共構造函數

ClusterDeviceMonitor ()

公共方法

void notifyDeviceStateChange (String serial, DeviceAllocationState oldState, DeviceAllocationState newState)

IDeviceMonitor發出裝置狀態已變更的訊號。

void run ()

設定監視器的所有 @Option 欄位後將呼叫的方法。

void setDeviceLister ( IDeviceMonitor.DeviceLister lister)

允許設定DeviceLister

void stop ()

當監視器需要停止時將呼叫的方法。

公共構造函數

叢集設備監控

public ClusterDeviceMonitor ()

公共方法

通知設備狀態改變

public void notifyDeviceStateChange (String serial, 
                DeviceAllocationState oldState, 
                DeviceAllocationState newState)

IDeviceMonitor發出裝置狀態已變更的訊號。監視器實作應該限制它們在此方法中執行的處理量和 IDeviceManager/DeviceLister 互動。

參數
serial String

oldState DeviceAllocationState

newState DeviceAllocationState

跑步

public void run ()

設定監視器的所有 @Option 欄位後將呼叫的方法。

設定設備列表

public void setDeviceLister (IDeviceMonitor.DeviceLister lister)

允許設定DeviceLister 。成功嘗試設定列表器後,實作可能會放棄所有後續嘗試。

參數
lister IDeviceMonitor.DeviceLister

停止

public void stop ()

當監視器需要停止時將呼叫的方法。