Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.AssertionLevel |
Kvrpcpb.AssertionLevel.forNumber(int value) |
Kvrpcpb.AssertionLevel |
Kvrpcpb.PrewriteRequestOrBuilder.getAssertionLevel()
The level of assertion to use on this prewrte request.
|
Kvrpcpb.AssertionLevel |
Kvrpcpb.PrewriteRequest.getAssertionLevel()
The level of assertion to use on this prewrte request.
|
Kvrpcpb.AssertionLevel |
Kvrpcpb.PrewriteRequest.Builder.getAssertionLevel()
The level of assertion to use on this prewrte request.
|
static Kvrpcpb.AssertionLevel |
Kvrpcpb.AssertionLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.AssertionLevel |
Kvrpcpb.AssertionLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.AssertionLevel |
Kvrpcpb.AssertionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.AssertionLevel[] |
Kvrpcpb.AssertionLevel.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.AssertionLevel> |
Kvrpcpb.AssertionLevel.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.PrewriteRequest.Builder |
Kvrpcpb.PrewriteRequest.Builder.setAssertionLevel(Kvrpcpb.AssertionLevel value)
The level of assertion to use on this prewrte request.
|
Copyright © 2024 PingCAP. All rights reserved.