Klient klastra
public
class
ClusterClient
extends Object
implements
IClusterClient
java.lang.Object
|
↳ |
com.android.tradefed.cluster.ClusterClient
|
Implementacja IClusterClient
umożliwiająca interakcję z backendem TFC.
Podsumowanie
Metody publiczne |
IClusterEventUploader<ClusterCommandEvent>
|
getCommandEventUploader()
Zdobądź IClusterEventUploader , którego można używać do przesyłania plików typu ClusterCommandEvent .
|
ClusterCommand.State
|
getCommandState(String requestId, String commandId)
Określ stan polecenia klastra.
|
ClusterCommandStatus
|
getCommandStatus(String requestId, String commandId)
Pobierz stan polecenia klastra (stan i powód anulowania w przypadku anulowania).
|
IClusterEventUploader<ClusterHostEvent>
|
getHostEventUploader()
Zdobądź IClusterEventUploader , którego można używać do przesyłania plików typu ClusterHostEvent .
|
TestContext
|
getTestContext(String requestId, String commandId)
|
TestEnvironment
|
getTestEnvironment(String requestId)
Uzyskaj TestEnvironment dla żądania.
|
|
getTestResources(String requestId)
Uzyskaj TestResource dla żądania.
|
|
leaseHostCommands(String clusterId, String hostname, deviceInfos, nextClusterIds, int maxTasksTolease)
Wynajmuj ClusterCommand dla gospodarza, który przekaże dane.
|
void
|
updateTestContext(String requestId, String commandId, TestContext testContext)
|
Konstruktory publiczne
Klient klastra
public ClusterClient ()
Metody publiczne
getCommandState
public ClusterCommand.State getCommandState (String requestId,
String commandId)
Określ stan polecenia klastra.
Parametry |
requestId |
String : identyfikator żądania klastra |
commandId |
String : identyfikator polecenia klastra |
getCommandStatus
public ClusterCommandStatus getCommandStatus (String requestId,
String commandId)
Pobierz stan polecenia klastra (stan i powód anulowania w przypadku anulowania).
Parametry |
requestId |
String : identyfikator żądania klastra |
commandId |
String : identyfikator polecenia klastra |
getTestContext
public TestContext getTestContext (String requestId,
String commandId)
Parametry |
requestId |
String |
commandId |
String |
getTestResources
public getTestResources (String requestId)
Uzyskaj TestResource
dla żądania.
Polecenia leaseHostCommands
public leaseHostCommands (String clusterId,
String hostname,
deviceInfos,
nextClusterIds,
int maxTasksTolease)
Wynajmuj ClusterCommand
dla gospodarza, który przekaże dane.
Parametry |
clusterId |
String : identyfikator klastra dla hosta |
hostname |
String : nazwa hosta |
deviceInfos |
: informacje o urządzeniu gospodarza |
nextClusterIds |
: lista identyfikatorów następnych klastrów, od których można dzierżawić polecenia. |
maxTasksTolease |
int : maksymalna liczba zadań, które można obecnie wynająć |
updateTestContext
public void updateTestContext (String requestId,
String commandId,
TestContext testContext)
Parametry |
requestId |
String |
commandId |
String |
testContext |
TestContext |