Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.DiskFullOpt |
Kvrpcpb.DiskFullOpt.forNumber(int value) |
Kvrpcpb.DiskFullOpt |
Kvrpcpb.ContextOrBuilder.getDiskFullOpt()
Used to tell TiKV whether operations are allowed or not on different disk usages.
|
Kvrpcpb.DiskFullOpt |
Kvrpcpb.Context.getDiskFullOpt()
Used to tell TiKV whether operations are allowed or not on different disk usages.
|
Kvrpcpb.DiskFullOpt |
Kvrpcpb.Context.Builder.getDiskFullOpt()
Used to tell TiKV whether operations are allowed or not on different disk usages.
|
static Kvrpcpb.DiskFullOpt |
Kvrpcpb.DiskFullOpt.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.DiskFullOpt |
Kvrpcpb.DiskFullOpt.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.DiskFullOpt |
Kvrpcpb.DiskFullOpt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.DiskFullOpt[] |
Kvrpcpb.DiskFullOpt.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.DiskFullOpt> |
Kvrpcpb.DiskFullOpt.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.Context.Builder |
Kvrpcpb.Context.Builder.setDiskFullOpt(Kvrpcpb.DiskFullOpt value)
Used to tell TiKV whether operations are allowed or not on different disk usages.
|
Copyright © 2024 PingCAP. All rights reserved.