public static interface Kvrpcpb.RawCASRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCf()
string cf = 6; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 6; |
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getKey()
bytes key = 2; |
boolean |
getPreviousNotExist()
bool previous_not_exist = 4; |
com.google.protobuf.ByteString |
getPreviousValue()
bytes previous_value = 5; |
long |
getTtl()
uint64 ttl = 7; |
com.google.protobuf.ByteString |
getValue()
bytes value = 3; |
boolean |
hasContext()
.kvrpcpb.Context context = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasContext()
.kvrpcpb.Context context = 1;
Kvrpcpb.Context getContext()
.kvrpcpb.Context context = 1;
Kvrpcpb.ContextOrBuilder getContextOrBuilder()
.kvrpcpb.Context context = 1;
com.google.protobuf.ByteString getKey()
bytes key = 2;
com.google.protobuf.ByteString getValue()
bytes value = 3;
boolean getPreviousNotExist()
bool previous_not_exist = 4;
com.google.protobuf.ByteString getPreviousValue()
bytes previous_value = 5;
String getCf()
string cf = 6;
com.google.protobuf.ByteString getCfBytes()
string cf = 6;
long getTtl()
uint64 ttl = 7;
Copyright © 2024 PingCAP. All rights reserved.