ClusterDeviceMonitor

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


Quá trình triển khai IDeviceMonitor để báo cáo kết quả cho dịch vụ Tradefeed Cluster.

Tóm tắt

Hàm khởi tạo công khai

ClusterDeviceMonitor()

Phương thức công khai

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

Báo hiệu cho IDeviceMonitor biết rằng một trạng thái thiết bị đã thay đổi.

void run()

Một phương thức sẽ được gọi sau khi bạn đặt tất cả các trường @Option của Trình theo dõi.

void setDeviceLister(IDeviceMonitor.DeviceLister lister)

Cho phép đặt DeviceLister.

void stop()

Một phương thức sẽ được gọi khi cần dừng Monitor.

Hàm khởi tạo công khai

ClusterDeviceMonitor

public ClusterDeviceMonitor ()

Phương thức công khai

Thông báo trạng thái thiết bị

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

Báo hiệu cho IDeviceMonitor biết rằng một trạng thái thiết bị đã thay đổi. Việc triển khai mô hình giám sát nên giới hạn lượng xử lý và Tương tác IDeviceManager/DeviceLister mà chúng thực hiện theo phương thức này.

Tham số
serial String

oldState DeviceAllocationState

newState DeviceAllocationState

chạy

public void run ()

Một phương thức sẽ được gọi sau khi bạn đặt tất cả các trường @Option của Trình theo dõi.

setDeviceLister

public void setDeviceLister (IDeviceMonitor.DeviceLister lister)

Cho phép đặt DeviceLister. Sau khi thiết lập thành công Trình liệt kê, có thể loại bỏ tất cả các lần thử tiếp theo.

Tham số
lister IDeviceMonitor.DeviceLister

điểm dừng

public void stop ()

Một phương thức sẽ được gọi khi cần dừng Monitor.