Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
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 |
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-29 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Brak potrzebnych mi informacji"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Zbyt skomplikowane / zbyt wiele czynności do wykonania"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Nieaktualne treści"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problem z tłumaczeniem"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problem z przykładami/kodem"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Inne"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Łatwo zrozumieć"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Rozwiązało to mój problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Inne"
}]
{"lastModified": "Ostatnia aktualizacja: 2024-08-29 UTC."}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-29 UTC."]]