Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
static Debugpb.DB |
Debugpb.DB.forNumber(int value) |
Debugpb.DB |
Debugpb.GetRequestOrBuilder.getDb()
.debugpb.DB db = 1; |
Debugpb.DB |
Debugpb.GetRequest.getDb()
.debugpb.DB db = 1; |
Debugpb.DB |
Debugpb.GetRequest.Builder.getDb()
.debugpb.DB db = 1; |
Debugpb.DB |
Debugpb.CompactRequestOrBuilder.getDb()
.debugpb.DB db = 1; |
Debugpb.DB |
Debugpb.CompactRequest.getDb()
.debugpb.DB db = 1; |
Debugpb.DB |
Debugpb.CompactRequest.Builder.getDb()
.debugpb.DB db = 1; |
static Debugpb.DB |
Debugpb.DB.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Debugpb.DB |
Debugpb.DB.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Debugpb.DB |
Debugpb.DB.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Debugpb.DB[] |
Debugpb.DB.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Debugpb.DB> |
Debugpb.DB.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Debugpb.GetRequest.Builder |
Debugpb.GetRequest.Builder.setDb(Debugpb.DB value)
.debugpb.DB db = 1; |
Debugpb.CompactRequest.Builder |
Debugpb.CompactRequest.Builder.setDb(Debugpb.DB value)
.debugpb.DB db = 1; |
Copyright © 2024 PingCAP. All rights reserved.