ClusterOptions
public
class
ClusterOptions
extends Object
implements
IClusterOptions
java.lang.Object | |
↳ | com.android.tradefed.cluster.ClusterOptions |
概要
フィールド | |
---|---|
public
static
final
String |
TYPE_NAME
一意の構成オブジェクト タイプ名。 |
public
String |
mClusterId
|
public
|
mNextClusterIds
|
public
String |
mServiceUrl
|
パブリック コンストラクタ | |
---|---|
ClusterOptions()
|
パブリック メソッド | |
---|---|
boolean
|
checkCommandState()
ハートビート中に(TF クラスタ上の)コマンドの状態をチェックする必要があるかどうか。 |
boolean
|
checkPermitsOnLease()
リースする前に、利用可能な許可をいくつか確認してください。 |
String
|
getClusterId()
この TF インスタンスのクラスタ ID を取得します。 |
int
|
getConnectTimeout()
HTTP 接続タイムアウトを取得します。 |
MultiMap<String, String>
|
getDeviceGroup()
デバイス グループとデバイスのマッピングを取得します。 |
long
|
getDeviceMonitorSnapshotInterval()
各デバイス スナップショットの間隔をミリ秒単位で取得します。 |
|
getDeviceTag()
デバイスのシリアルとタグのマッピングを取得します。 |
long
|
getInvocationHeartbeatInterval()
呼び出しのハートビートの時間間隔をミリ秒単位で取得します。 |
String
|
getLabName()
ホストが属しているラボの名前を取得します。 |
|
getLabels()
ホストのラベルを取得します。 |
|
getNextClusterIds()
この TF インスタンスのセカンダリ クラスタ ID を取得します。 |
int
|
getReadTimeout()
HTTP 読み取りタイムアウトを取得します。 |
String
|
getRunTargetFormat()
実行ターゲットのラベル付けの形式を取得します。 |
File
|
getSchedulerServiceAccountKeyfile()
tradefed テスト スケジューラ サービス アカウント キー ファイルを取得します。 |
String
|
getSchedulerServiceUrl()
tradefed テスト スケジューラ サービスの URL を取得します。 |
String
|
getServiceUrl()
tradefed クラスタの REST API のベース URL を取得します。 |
boolean
|
isDeviceMonitorDisabled()
クラスタ デバイスのレポートが無効になっているかどうかを返します。 |
long
|
maxDiskUsagePercentage()
追加の新しいタスクのリースを停止するまでの最大ディスク使用率。 |
boolean
|
shouldCollectEarlyTestSummary()
スケジューラが早期テストサマリーを収集するかどうかを返します。 |
Boolean
|
shouldUploadInvocationStatus()
TF が呼び出しステータスをアップロードするかどうかを返します。 |
フィールド
mClusterId
public String mClusterId
mNextClusterId
publicmNextClusterIds
mServiceUrl
public String mServiceUrl
パブリック コンストラクタ
ClusterOptions
public ClusterOptions ()
パブリック メソッド
checkCommandState
public boolean checkCommandState ()
ハートビート中に(TF クラスタ上の)コマンドの状態をチェックする必要があるかどうか。
戻り値 | |
---|---|
boolean |
checkPermitsOnLease
public boolean checkPermitsOnLease ()
リースする前に、利用可能な許可をいくつか確認してください。
戻り値 | |
---|---|
boolean |
getClusterId
public String getClusterId ()
この TF インスタンスのクラスタ ID を取得します。
戻り値 | |
---|---|
String |
getConnectTimeout
public int getConnectTimeout ()
HTTP 接続タイムアウトを取得します。
戻り値 | |
---|---|
int |
getDeviceGroup
public MultiMap<String, String> getDeviceGroup ()
デバイス グループとデバイスのマッピングを取得します。
戻り値 | |
---|---|
MultiMap<String, String> |
getDeviceMonitorSnapshotInterval
public long getDeviceMonitorSnapshotInterval ()
各デバイス スナップショットの間隔をミリ秒単位で取得します。
戻り値 | |
---|---|
long |
getDeviceTag
publicgetDeviceTag ()
デバイスのシリアルとタグのマッピングを取得します。
戻り値 | |
---|---|
|
getInvocationHeartbeatInterval
public long getInvocationHeartbeatInterval ()
呼び出しのハートビートの時間間隔をミリ秒単位で取得します。
戻り値 | |
---|---|
long |
getLabName
public String getLabName ()
ホストが属しているラボの名前を取得します。
戻り値 | |
---|---|
String |
getLabels
publicgetLabels ()
ホストのラベルを取得します。
戻り値 | |
---|---|
|
getNextClusterIds
publicgetNextClusterIds ()
この TF インスタンスのセカンダリ クラスタ ID を取得します。
戻り値 | |
---|---|
|
getReadTimeout
public int getReadTimeout ()
HTTP 読み取りタイムアウトを取得します。
戻り値 | |
---|---|
int |
getRunTargetFormat
public String getRunTargetFormat ()
実行ターゲットのラベル付けの形式を取得します。
戻り値 | |
---|---|
String |
getSchedulerServiceAccountKeyfile
public File getSchedulerServiceAccountKeyfile ()
tradefed テスト スケジューラ サービス アカウント キー ファイルを取得します。
戻り値 | |
---|---|
File |
getSchedulerServiceUrl
public String getSchedulerServiceUrl ()
tradefed テスト スケジューラ サービスの URL を取得します。
戻り値 | |
---|---|
String |
getServiceUrl
public String getServiceUrl ()
tradefed クラスタの REST API のベース URL を取得します。
戻り値 | |
---|---|
String |
isDeviceMonitorDisabled
public boolean isDeviceMonitorDisabled ()
クラスタ デバイスのレポートが無効になっているかどうかを返します。
戻り値 | |
---|---|
boolean |
maxDiskUsagePercentage
public long maxDiskUsagePercentage ()
追加の新しいタスクのリースを停止するまでの最大ディスク使用率。
戻り値 | |
---|---|
long |
shouldCollectEarlyTestSummary
public boolean shouldCollectEarlyTestSummary ()
スケジューラが早期テストサマリーを収集するかどうかを返します。
戻り値 | |
---|---|
boolean |
shouldUploadInvocationStatus
public Boolean shouldUploadInvocationStatus ()
TF が呼び出しステータスをアップロードするかどうかを返します。
戻り値 | |
---|---|
Boolean |