Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.Assertion |
Kvrpcpb.Assertion.forNumber(int value) |
Kvrpcpb.Assertion |
Kvrpcpb.AssertionFailedOrBuilder.getAssertion()
.kvrpcpb.Assertion assertion = 3; |
Kvrpcpb.Assertion |
Kvrpcpb.AssertionFailed.getAssertion()
.kvrpcpb.Assertion assertion = 3; |
Kvrpcpb.Assertion |
Kvrpcpb.AssertionFailed.Builder.getAssertion()
.kvrpcpb.Assertion assertion = 3; |
Kvrpcpb.Assertion |
Kvrpcpb.MutationOrBuilder.getAssertion()
.kvrpcpb.Assertion assertion = 4; |
Kvrpcpb.Assertion |
Kvrpcpb.Mutation.getAssertion()
.kvrpcpb.Assertion assertion = 4; |
Kvrpcpb.Assertion |
Kvrpcpb.Mutation.Builder.getAssertion()
.kvrpcpb.Assertion assertion = 4; |
static Kvrpcpb.Assertion |
Kvrpcpb.Assertion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.Assertion |
Kvrpcpb.Assertion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.Assertion |
Kvrpcpb.Assertion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.Assertion[] |
Kvrpcpb.Assertion.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.Assertion> |
Kvrpcpb.Assertion.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.AssertionFailed.Builder |
Kvrpcpb.AssertionFailed.Builder.setAssertion(Kvrpcpb.Assertion value)
.kvrpcpb.Assertion assertion = 3; |
Kvrpcpb.Mutation.Builder |
Kvrpcpb.Mutation.Builder.setAssertion(Kvrpcpb.Assertion value)
.kvrpcpb.Assertion assertion = 4; |
Copyright © 2024 PingCAP. All rights reserved.