public static interface Kvrpcpb.RawBatchPutRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCf()
string cf = 3; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 3; |
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
boolean |
getForCas()
bool for_cas = 5; |
Kvrpcpb.KvPair |
getPairs(int index)
repeated .kvrpcpb.KvPair pairs = 2; |
int |
getPairsCount()
repeated .kvrpcpb.KvPair pairs = 2; |
List<Kvrpcpb.KvPair> |
getPairsList()
repeated .kvrpcpb.KvPair pairs = 2; |
Kvrpcpb.KvPairOrBuilder |
getPairsOrBuilder(int index)
repeated .kvrpcpb.KvPair pairs = 2; |
List<? extends Kvrpcpb.KvPairOrBuilder> |
getPairsOrBuilderList()
repeated .kvrpcpb.KvPair pairs = 2; |
long |
getTtl()
Deprecated.
|
long |
getTtls(int index)
The time-to-live for each keys in seconds, and if the length of `ttls`
is exactly one, the ttl will be applied to all keys.
|
int |
getTtlsCount()
The time-to-live for each keys in seconds, and if the length of `ttls`
is exactly one, the ttl will be applied to all keys.
|
List<Long> |
getTtlsList()
The time-to-live for each keys in seconds, and if the length of `ttls`
is exactly one, the ttl will be applied to all keys.
|
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;
List<Kvrpcpb.KvPair> getPairsList()
repeated .kvrpcpb.KvPair pairs = 2;
Kvrpcpb.KvPair getPairs(int index)
repeated .kvrpcpb.KvPair pairs = 2;
int getPairsCount()
repeated .kvrpcpb.KvPair pairs = 2;
List<? extends Kvrpcpb.KvPairOrBuilder> getPairsOrBuilderList()
repeated .kvrpcpb.KvPair pairs = 2;
Kvrpcpb.KvPairOrBuilder getPairsOrBuilder(int index)
repeated .kvrpcpb.KvPair pairs = 2;
String getCf()
string cf = 3;
com.google.protobuf.ByteString getCfBytes()
string cf = 3;
@Deprecated long getTtl()
uint64 ttl = 4 [deprecated = true];
boolean getForCas()
bool for_cas = 5;
List<Long> getTtlsList()
The time-to-live for each keys in seconds, and if the length of `ttls` is exactly one, the ttl will be applied to all keys. Otherwise, the length mismatch between `ttls` and `pairs` will return an error.
repeated uint64 ttls = 6;
int getTtlsCount()
The time-to-live for each keys in seconds, and if the length of `ttls` is exactly one, the ttl will be applied to all keys. Otherwise, the length mismatch between `ttls` and `pairs` will return an error.
repeated uint64 ttls = 6;
long getTtls(int index)
The time-to-live for each keys in seconds, and if the length of `ttls` is exactly one, the ttl will be applied to all keys. Otherwise, the length mismatch between `ttls` and `pairs` will return an error.
repeated uint64 ttls = 6;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.