Küme İstemcisi

public class ClusterClient
extends Object implements IClusterClient

Java.lang.Nesne
🎃 com.android.tradefed.cluster.ClusterClient


TFC arka ucuyla etkileşim için IClusterClient uygulaması.

Özet

Kamu inşaatçıları

ClusterClient()

Herkese açık yöntemler

IClusterEventUploader<ClusterCommandEvent> getCommandEventUploader()

ClusterCommandEvent yüklemek için kullanılabilecek bir IClusterEventUploader edinin.

ClusterCommand.State getCommandState(String requestId, String commandId)

Bir küme komutunun durumunu belirleme.

ClusterCommandStatus getCommandStatus(String requestId, String commandId)

Bir küme komutunun komut durumunu (durum ve iptal edilmişse iptal nedeni) alma.

IClusterEventUploader<ClusterHostEvent> getHostEventUploader()

ClusterHostEvent yüklemek için kullanılabilecek bir IClusterEventUploader edinin.

TestContext getTestContext(String requestId, String commandId)

TestEnvironment getTestEnvironment(String requestId)

İstek için TestEnvironment alın.

getTestResources(String requestId)

Bir istek için TestResource alın.

leaseHostCommands(String clusterId, String hostname, deviceInfos, nextClusterIds, int maxTasksTolease)

Hediye ana makinesi için ClusterCommand kiralayın.

void updateTestContext(String requestId, String commandId, TestContext testContext)

Kamu inşaatçıları

Küme İstemcisi

public ClusterClient ()

Herkese açık yöntemler

getCommandEventUploader

public IClusterEventUploader<ClusterCommandEvent> getCommandEventUploader ()

ClusterCommandEvent yüklemek için kullanılabilecek bir IClusterEventUploader edinin.

İlerlemeler
IClusterEventUploader<ClusterCommandEvent>

getCommandState

public ClusterCommand.State getCommandState (String requestId, 
                String commandId)

Bir küme komutunun durumunu belirleme.

Parametreler
requestId String: küme istek kimliği

commandId String: küme komut kimliği

İlerlemeler
ClusterCommand.State küme komutunun durumunu veya durum başarısız olduysa ClusterCommand.State#UNKNOWN azimli

getCommandStatus

public ClusterCommandStatus getCommandStatus (String requestId, 
                String commandId)

Bir küme komutunun komut durumunu (durum ve iptal edilmişse iptal nedeni) alma.

Parametreler
requestId String: küme istek kimliği

commandId String: küme komut kimliği

İlerlemeler
ClusterCommandStatus durumu temsil eden bir ClusterCommandStatus ve komut iptal edildi. Ulaşılamadıysa eyalet ClusterCommand.State#UNKNOWN olur belirler.

getHostEventYükleyicisi

public IClusterEventUploader<ClusterHostEvent> getHostEventUploader ()

ClusterHostEvent yüklemek için kullanılabilecek bir IClusterEventUploader edinin.

İlerlemeler
IClusterEventUploader<ClusterHostEvent>

getTestContext'i

public TestContext getTestContext (String requestId, 
                String commandId)

Parametreler
requestId String

commandId String

İlerlemeler
TestContext

Fırlatma
JSONException

getTestEnvironment

public TestEnvironment getTestEnvironment (String requestId)

İstek için TestEnvironment alın.

İlerlemeler
TestEnvironment TestEnvironment nesnesini ifade eder.

Fırlatma
JSONException

getTestResources

public  getTestResources (String requestId)

Bir istek için TestResource alın.

İlerlemeler
TestResource listesi.

Fırlatma
JSONException

leaseHostCommands

public  leaseHostCommands (String clusterId, 
                String hostname, 
                 deviceInfos, 
                 nextClusterIds, 
                int maxTasksTolease)

Hediye ana makinesi için ClusterCommand kiralayın.

Parametreler
clusterId String: ana makinenin küme kimliği

hostname String: ana makine adı

deviceInfos : Ana makinenin sahip olduğu deviceBilgileri

nextClusterIds : Komutların kiralanacağı sonraki küme kimliklerinin listesi.

maxTasksTolease int: Şu anda kiralanabilen maksimum görev sayısı

İlerlemeler
ClusterCommand listesi

Fırlatma
JSONException

güncellemeTestBağlamı

public void updateTestContext (String requestId, 
                String commandId, 
                TestContext testContext)

Parametreler
requestId String

commandId String

testContext TestContext

Fırlatma
JSONException