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 |
Summary
Enum values | |
---|---|
ClusterCommand.RequestType |
MANAGED
A managed request: the command line will run by a new TF process. |
ClusterCommand.RequestType |
UNMANAGED
An unmanaged request: the command line will run as is by the current TF process. |
Public methods | |
---|---|
static
ClusterCommand.RequestType
|
valueOf(String name)
|
static
final
RequestType[]
|
values()
|
Enum values
MANAGED
public static final ClusterCommand.RequestType MANAGED
A managed request: the command line will run by a new TF process.
UNMANAGED
public static final ClusterCommand.RequestType UNMANAGED
An unmanaged request: the command line will run as is by the current TF process.
Public methods
valueOf
public static ClusterCommand.RequestType valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
ClusterCommand.RequestType |
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2020-09-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Thiếu thông tin tôi cần"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Quá phức tạp/quá nhiều bước"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Đã lỗi thời"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Vấn đề về bản dịch"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Vấn đề về mẫu/mã"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Khác"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Dễ hiểu"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Giúp tôi giải quyết được vấn đề"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Khác"
}]