Client Cluster
public
class
ClusterClient
extends Object
implements
IClusterClient
java.lang.Object | |
🎞 | com.android.tradefed.cluster.ClusterClient |
Un'implementazione IClusterClient
per interagire con il backend TFC.
Riepilogo
Costruttori pubblici | |
---|---|
ClusterClient()
|
Metodi pubblici | |
---|---|
IClusterEventUploader<ClusterCommandEvent>
|
getCommandEventUploader()
Ricevi un |
ClusterCommand.State
|
getCommandState(String requestId, String commandId)
Determinare lo stato di un comando del cluster. |
ClusterCommandStatus
|
getCommandStatus(String requestId, String commandId)
Ottieni lo stato di un comando cluster (lo stato e il motivo dell'annullamento in caso di annullamento). |
IClusterEventUploader<ClusterHostEvent>
|
getHostEventUploader()
Ricevi un |
TestContext
|
getTestContext(String requestId, String commandId)
|
TestEnvironment
|
getTestEnvironment(String requestId)
Ottieni |
|
getTestResources(String requestId)
Ricevi |
|
leaseHostCommands(String clusterId, String hostname,
Prendi in leasing |
void
|
updateTestContext(String requestId, String commandId, TestContext testContext)
|
Costruttori pubblici
Client Cluster
public ClusterClient ()
Metodi pubblici
getCommandEventUploader
public IClusterEventUploader<ClusterCommandEvent> getCommandEventUploader ()
Ricevi un IClusterEventUploader
da utilizzare per caricare ClusterCommandEvent
.
Ritorni | |
---|---|
IClusterEventUploader<ClusterCommandEvent> |
getCommandState
public ClusterCommand.State getCommandState (String requestId, String commandId)
Determinare lo stato di un comando del cluster.
Parametri | |
---|---|
requestId |
String : ID richiesta cluster |
commandId |
String : ID comando cluster |
Ritorni | |
---|---|
ClusterCommand.State |
stato del comando cluster o ClusterCommand.State#UNKNOWN se lo stato non è possibile
essere determinato |
getCommandStatus
public ClusterCommandStatus getCommandStatus (String requestId, String commandId)
Ottieni lo stato di un comando cluster (lo stato e il motivo dell'annullamento in caso di annullamento).
Parametri | |
---|---|
requestId |
String : ID richiesta cluster |
commandId |
String : ID comando cluster |
Ritorni | |
---|---|
ClusterCommandStatus |
un ClusterCommandStatus che rappresenta lo stato e il motivo dell'annullamento se il comando
viene annullata. Se non è stato possibile, lo stato è ClusterCommand.State#UNKNOWN
determinato. |
getHostEventUploader
public IClusterEventUploader<ClusterHostEvent> getHostEventUploader ()
Ricevi un IClusterEventUploader
da utilizzare per caricare ClusterHostEvent
.
Ritorni | |
---|---|
IClusterEventUploader<ClusterHostEvent> |
getTestContext
public TestContext getTestContext (String requestId, String commandId)
Parametri | |
---|---|
requestId |
String |
commandId |
String |
Ritorni | |
---|---|
TestContext |
Lanci | |
---|---|
JSONException |
getTestEnvironment
public TestEnvironment getTestEnvironment (String requestId)
Ottieni TestEnvironment
per una richiesta.
Ritorni | |
---|---|
TestEnvironment |
un oggetto TestEnvironment . |
Lanci | |
---|---|
JSONException |
getTestResources
publicgetTestResources (String requestId)
Ricevi TestResource
per una richiesta.
Ritorni | |
---|---|
|
un elenco di TestResource . |
Lanci | |
---|---|
JSONException |
leaseHostCommand
publicleaseHostCommands (String clusterId, String hostname, deviceInfos, nextClusterIds, int maxTasksTolease)
Prendi in leasing ClusterCommand
per l'host fornito.
Parametri | |
---|---|
clusterId |
String : ID cluster per l'host |
hostname |
String : nome host |
deviceInfos |
: informazioni sul dispositivo dell'host |
nextClusterIds |
: un elenco di ID cluster successivi da cui eseguire il lease dei comandi. |
maxTasksTolease |
int : il numero massimo di attività che al momento possono essere noleggiate |
Ritorni | |
---|---|
|
un elenco di ClusterCommand |
Lanci | |
---|---|
JSONException |
updateTestContext
public void updateTestContext (String requestId, String commandId, TestContext testContext)
Parametri | |
---|---|
requestId |
String |
commandId |
String |
testContext |
TestContext |
Lanci | |
---|---|
JSONException |