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 |
摘要
枚举值 | |
---|---|
ClusterCommand.RequestType |
MANAGED
代管式请求:命令行将由新的 TF 进程运行。 |
ClusterCommand.RequestType |
UNMANAGED
非受管请求:命令行将按当前 TF 进程原样运行。 |
公共方法 | |
---|---|
static
ClusterCommand.RequestType
|
valueOf(String name)
|
static
final
RequestType[]
|
values()
|
枚举值
公共方法
valueOf
public static ClusterCommand.RequestType valueOf (String name)
参数 | |
---|---|
name |
String |
返回 | |
---|---|
ClusterCommand.RequestType |