ClusterHostEvent

public class ClusterHostEvent
extends Object implements IClusterEvent

java.lang.Object
com.android.tradefed.cluster.ClusterHostEvent


يشير ذلك المصطلح إلى فئة لتغليف أحداث مضيف المجموعة المطلوب تحميلها.

ملخّص

الصفوف المتداخلة

class ClusterHostEvent.Builder

 

enum ClusterHostEvent.HostEventType

تعداد الأنواع المختلفة لأحداث المضيف. 

الحقول

public static final String EVENT_QUEUE

public static final String HOST_IP_KEY

public static final String LABEL_KEY

public static final String TEST_HARNESS_START_TIME_KEY

public static final String TRADEFED

الطرق العامة

String getClusterId()
getData()
getDeviceInfos()
String getHostName()
CommandScheduler.HostState getHostState()
String getLabName()
getNextClusterIds()
String getTestHarness()
String getTestHarnessVersion()
String getTfVersion()
long getTimestamp()
ClusterHostEvent.HostEventType getType()
JSONObject toJSON()

الحقول

الحدث_QUEUE

public static final String EVENT_QUEUE

مفتاح HOST_IP_KEY

public static final String HOST_IP_KEY

مفتاح التصنيف

public static final String LABEL_KEY

TEST_HARNESS_START_TIME_KEY

public static final String TEST_HARNESS_START_TIME_KEY

تم التداول

public static final String TRADEFED

الطرق العامة

getClusterId

public String getClusterId ()

المرتجعات
String

الحصول على البيانات

public  getData ()

المرتجعات

الحصول على معلومات الجهاز

public  getDeviceInfos ()

المرتجعات

getHostName

public String getHostName ()

المرتجعات
String

getHostState

public CommandScheduler.HostState getHostState ()

المرتجعات
CommandScheduler.HostState

الطريقة getLabName

public String getLabName ()

المرتجعات
String

معرِّفات المجموعة النموذجية في gmail

public  getNextClusterIds ()

المرتجعات

الحصول على أداة TestHarness

public String getTestHarness ()

المرتجعات
String

الحصول على إصدار TestHarnessVersion

public String getTestHarnessVersion ()

المرتجعات
String

الحصول على TfVersion

public String getTfVersion ()

المرتجعات
String

الحصول على طابع زمني

public long getTimestamp ()

المرتجعات
long

الحصول على نوع

public ClusterHostEvent.HostEventType getType ()

المرتجعات
ClusterHostEvent.HostEventType

إلى JSON

public JSONObject toJSON ()

المرتجعات
JSONObject

الرميات
JSONException