public static enum Tikvpb.BatchCommandsRequest.Request.CmdCase extends Enum<Tikvpb.BatchCommandsRequest.Request.CmdCase> implements com.google.protobuf.Internal.EnumLite
Modifier and Type | Method and Description |
---|---|
static Tikvpb.BatchCommandsRequest.Request.CmdCase |
forNumber(int value) |
int |
getNumber() |
static Tikvpb.BatchCommandsRequest.Request.CmdCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Tikvpb.BatchCommandsRequest.Request.CmdCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tikvpb.BatchCommandsRequest.Request.CmdCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase GET
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase SCAN
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase PREWRITE
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase COMMIT
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase IMPORT
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase CLEANUP
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase BATCHGET
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase BATCHROLLBACK
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase SCANLOCK
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RESOLVELOCK
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase GC
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase DELETERANGE
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWGET
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWBATCHGET
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWPUT
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWBATCHPUT
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWDELETE
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWBATCHDELETE
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWSCAN
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWDELETERANGE
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWBATCHSCAN
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase COPROCESSOR
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase PESSIMISTICLOCK
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase PESSIMISTICROLLBACK
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase CHECKTXNSTATUS
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase TXNHEARTBEAT
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase CHECKSECONDARYLOCKS
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase RAWCOPROCESSOR
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase EMPTY
public static final Tikvpb.BatchCommandsRequest.Request.CmdCase CMD_NOT_SET
public static Tikvpb.BatchCommandsRequest.Request.CmdCase[] values()
for (Tikvpb.BatchCommandsRequest.Request.CmdCase c : Tikvpb.BatchCommandsRequest.Request.CmdCase.values()) System.out.println(c);
public static Tikvpb.BatchCommandsRequest.Request.CmdCase valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Deprecated public static Tikvpb.BatchCommandsRequest.Request.CmdCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static Tikvpb.BatchCommandsRequest.Request.CmdCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2024 PingCAP. All rights reserved.