ClusterCommand.RequestType
public
static
final
enum
ClusterCommand.RequestType
extends Enum<ClusterCommand.RequestType>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.cluster.ClusterCommand.RequestType> | |
↳ | com.android.tradefed.cluster.ClusterCommand.RequestType |
요약
Enum 값 | |
---|---|
ClusterCommand.RequestType |
MANAGED
관리형 요청: 명령줄은 새 TF 프로세스에서 실행됩니다. |
ClusterCommand.RequestType |
UNMANAGED
관리되지 않는 요청: 명령줄은 현재 TF 프로세스에 의해 있는 그대로 실행됩니다. |
공개 메서드 | |
---|---|
static
ClusterCommand.RequestType
|
valueOf(String name)
|
static
final
RequestType[]
|
values()
|
Enum 값
UNMANAGED
public static final ClusterCommand.RequestType UNMANAGED
관리되지 않는 요청: 명령줄은 현재 TF 프로세스에 의해 있는 그대로 실행됩니다.
공개 메서드
valueOf
public static ClusterCommand.RequestType valueOf (String name)
매개변수 | |
---|---|
name |
String |
반환 값 | |
---|---|
ClusterCommand.RequestType |