ClusterCommand.RequestType
public
static
final
enum
ClusterCommand.RequestType
extends Enum<ClusterCommand.RequestType>
Java.lang.Nesne | ||
🎃 | java.lang.Enum<com.android.tradefed.cluster.ClusterCommand.RequestType> | |
🎃 | com.android.tradefed.cluster.ClusterCommand.RequestType |
Özet
Enum değerleri | |
---|---|
ClusterCommand.RequestType |
MANAGED
Yönetilen istek: Komut satırı yeni bir TF işlemi tarafından çalışır. |
ClusterCommand.RequestType |
UNMANAGED
Yönetilmeyen istek: Komut satırı, geçerli TF işleminin olduğu gibi çalışır. |
Herkese açık yöntemler | |
---|---|
static
ClusterCommand.RequestType
|
valueOf(String name)
|
static
final
RequestType[]
|
values()
|
Enum değerleri
YÖNETİLİYOR
public static final ClusterCommand.RequestType MANAGED
Yönetilen istek: komut satırı yeni bir TF işlemi tarafından çalışır.
YÖNETİLMEYEN
public static final ClusterCommand.RequestType UNMANAGED
Yönetilmeyen istek: Komut satırı, geçerli TF işleminin olduğu gibi çalışır.
Herkese açık yöntemler
değeri
public static ClusterCommand.RequestType valueOf (String name)
Parametreler | |
---|---|
name |
String |
İlerlemeler | |
---|---|
ClusterCommand.RequestType |