Package | Description |
---|---|
org.tikv.common | |
org.tikv.kvproto |
Modifier and Type | Field and Description |
---|---|
static Kvrpcpb.CommandPri |
ConfigUtils.DEF_COMMAND_PRIORITY |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.CommandPri |
TiConfiguration.getCommandPriority() |
Modifier and Type | Method and Description |
---|---|
TiConfiguration |
TiConfiguration.setCommandPriority(Kvrpcpb.CommandPri commandPriority) |
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.CommandPri |
Kvrpcpb.CommandPri.forNumber(int value) |
Kvrpcpb.CommandPri |
Kvrpcpb.ContextOrBuilder.getPriority()
.kvrpcpb.CommandPri priority = 6; |
Kvrpcpb.CommandPri |
Kvrpcpb.Context.getPriority()
.kvrpcpb.CommandPri priority = 6; |
Kvrpcpb.CommandPri |
Kvrpcpb.Context.Builder.getPriority()
.kvrpcpb.CommandPri priority = 6; |
static Kvrpcpb.CommandPri |
Kvrpcpb.CommandPri.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.CommandPri |
Kvrpcpb.CommandPri.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.CommandPri |
Kvrpcpb.CommandPri.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.CommandPri[] |
Kvrpcpb.CommandPri.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<Kvrpcpb.CommandPri> |
Kvrpcpb.CommandPri.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.Context.Builder |
Kvrpcpb.Context.Builder.setPriority(Kvrpcpb.CommandPri value)
.kvrpcpb.CommandPri priority = 6; |
Copyright © 2024 PingCAP. All rights reserved.