ClusterClient
public
class
ClusterClient
extends Object
implements
IClusterClient
java.lang.Object의 클래스 | |
↳ | com.android.tradefed.cluster.ClusterClient |
TFC 백엔드와 상호작용하기 위한 IClusterClient
구현
요약
공개 생성자 | |
---|---|
ClusterClient()
|
공개 메서드 | |
---|---|
IClusterEventUploader<ClusterCommandEvent>
|
getCommandEventUploader()
|
ClusterCommand.State
|
getCommandState(String requestId, String commandId)
클러스터 명령어의 상태 확인 |
ClusterCommandStatus
|
getCommandStatus(String requestId, String commandId)
클러스터 명령어의 명령어 상태를 가져옵니다 (취소된 경우 상태 및 취소 이유). |
IClusterEventUploader<ClusterHostEvent>
|
getHostEventUploader()
|
TestContext
|
getTestContext(String requestId, String commandId)
|
TestEnvironment
|
getTestEnvironment(String requestId)
요청의 |
|
getTestResources(String requestId)
요청의 |
|
leaseHostCommands(String clusterId, String hostname,
제공된 호스트의 |
void
|
updateTestContext(String requestId, String commandId, TestContext testContext)
|
공개 생성자
ClusterClient
public ClusterClient ()
공개 메서드
getCommandEventUploader
public IClusterEventUploader<ClusterCommandEvent> getCommandEventUploader ()
ClusterCommandEvent
을 업로드하는 데 사용할 수 있는 IClusterEventUploader
를 가져옵니다.
반환 값 | |
---|---|
IClusterEventUploader<ClusterCommandEvent> |
getCommandState
public ClusterCommand.State getCommandState (String requestId, String commandId)
클러스터 명령어의 상태 확인
매개변수 | |
---|---|
requestId |
String : 클러스터 요청 ID |
commandId |
String : 클러스터 명령어 ID |
반환 값 | |
---|---|
ClusterCommand.State |
클러스터 명령어의 상태 또는 상태를 사용할 수 없는 경우 ClusterCommand.State#UNKNOWN
결정 |
getCommandStatus
public ClusterCommandStatus getCommandStatus (String requestId, String commandId)
클러스터 명령어의 명령어 상태를 가져옵니다 (취소된 경우 상태 및 취소 이유).
매개변수 | |
---|---|
requestId |
String : 클러스터 요청 ID |
commandId |
String : 클러스터 명령어 ID |
반환 값 | |
---|---|
ClusterCommandStatus |
상태 및 취소 이유를 나타내는 ClusterCommandStatus입니다.
취소됩니다. 실행할 수 없는 경우 상태는 ClusterCommand.State#UNKNOWN 입니다.
결정되었습니다. |
getHostEventUploader
public IClusterEventUploader<ClusterHostEvent> getHostEventUploader ()
ClusterHostEvent
을 업로드하는 데 사용할 수 있는 IClusterEventUploader
를 가져옵니다.
반환 값 | |
---|---|
IClusterEventUploader<ClusterHostEvent> |
getTestContext
public TestContext getTestContext (String requestId, String commandId)
매개변수 | |
---|---|
requestId |
String |
commandId |
String |
반환 값 | |
---|---|
TestContext |
생성 값 | |
---|---|
JSONException |
getTestEnvironment
public TestEnvironment getTestEnvironment (String requestId)
요청의 TestEnvironment
를 가져옵니다.
반환 값 | |
---|---|
TestEnvironment |
TestEnvironment 객체 |
생성 값 | |
---|---|
JSONException |
getTestResources
publicgetTestResources (String requestId)
요청의 TestResource
를 가져옵니다.
반환 값 | |
---|---|
|
TestResource 목록입니다. |
생성 값 | |
---|---|
JSONException |
leaseHostCommand
publicleaseHostCommands (String clusterId, String hostname, deviceInfos, nextClusterIds, int maxTasksTolease)
제공된 호스트의 ClusterCommand
를 임대합니다.
매개변수 | |
---|---|
clusterId |
String : 호스트의 클러스터 ID입니다. |
hostname |
String : 호스트 이름 |
deviceInfos |
: 호스트에 있는 deviceInfos |
nextClusterIds |
: 명령어를 임대할 다음 클러스터 ID 목록입니다. |
maxTasksTolease |
int : 현재 임대 가능한 최대 태스크 수 |
반환 값 | |
---|---|
|
ClusterCommand 목록 |
생성 값 | |
---|---|
JSONException |
updateTestContext
public void updateTestContext (String requestId, String commandId, TestContext testContext)
매개변수 | |
---|---|
requestId |
String |
commandId |
String |
testContext |
TestContext |
생성 값 | |
---|---|
JSONException |