public static enum Tikvpb.BatchCommandsResponse.Response.CmdCase extends Enum<Tikvpb.BatchCommandsResponse.Response.CmdCase> implements com.google.protobuf.Internal.EnumLite
| 限定符和类型 | 方法和说明 |
|---|---|
static Tikvpb.BatchCommandsResponse.Response.CmdCase |
forNumber(int value) |
int |
getNumber() |
static Tikvpb.BatchCommandsResponse.Response.CmdCase |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static Tikvpb.BatchCommandsResponse.Response.CmdCase |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Tikvpb.BatchCommandsResponse.Response.CmdCase[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase GET
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase SCAN
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase PREWRITE
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase COMMIT
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase IMPORT
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase CLEANUP
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase BATCHGET
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase BATCHROLLBACK
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase SCANLOCK
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RESOLVELOCK
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase GC
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase DELETERANGE
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWGET
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWBATCHGET
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWPUT
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWBATCHPUT
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWDELETE
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWBATCHDELETE
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWSCAN
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWDELETERANGE
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWBATCHSCAN
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase COPROCESSOR
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase PESSIMISTICLOCK
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase PESSIMISTICROLLBACK
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase CHECKTXNSTATUS
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase TXNHEARTBEAT
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase CHECKSECONDARYLOCKS
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase RAWCOPROCESSOR
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase EMPTY
public static final Tikvpb.BatchCommandsResponse.Response.CmdCase CMD_NOT_SET
public static Tikvpb.BatchCommandsResponse.Response.CmdCase[] values()
for (Tikvpb.BatchCommandsResponse.Response.CmdCase c : Tikvpb.BatchCommandsResponse.Response.CmdCase.values()) System.out.println(c);
public static Tikvpb.BatchCommandsResponse.Response.CmdCase valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值@Deprecated public static Tikvpb.BatchCommandsResponse.Response.CmdCase valueOf(int value)
forNumber(int) instead.public static Tikvpb.BatchCommandsResponse.Response.CmdCase forNumber(int value)
public int getNumber()
getNumber 在接口中 com.google.protobuf.Internal.EnumLiteCopyright © 2023 PingCAP. All rights reserved.