public static interface ImportSstpb.RawWriteBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ImportSstpb.Pair |
getPairs(int index)
repeated .import_sstpb.Pair pairs = 2; |
int |
getPairsCount()
repeated .import_sstpb.Pair pairs = 2; |
List<ImportSstpb.Pair> |
getPairsList()
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.PairOrBuilder |
getPairsOrBuilder(int index)
repeated .import_sstpb.Pair pairs = 2; |
List<? extends ImportSstpb.PairOrBuilder> |
getPairsOrBuilderList()
repeated .import_sstpb.Pair pairs = 2; |
long |
getTs()
To be compatible with the key encoding of API V2.
|
long |
getTtl()
uint64 ttl = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getTtl()
uint64 ttl = 1;
List<ImportSstpb.Pair> getPairsList()
repeated .import_sstpb.Pair pairs = 2;
ImportSstpb.Pair getPairs(int index)
repeated .import_sstpb.Pair pairs = 2;
int getPairsCount()
repeated .import_sstpb.Pair pairs = 2;
List<? extends ImportSstpb.PairOrBuilder> getPairsOrBuilderList()
repeated .import_sstpb.Pair pairs = 2;
ImportSstpb.PairOrBuilder getPairsOrBuilder(int index)
repeated .import_sstpb.Pair pairs = 2;
long getTs()
To be compatible with the key encoding of API V2. This field should be generated from the client instead of the server, since the message will be send to all the replicas of a region. Otherwise, the underlying data generated by the server would be inconsistent which is hard to scale for other features like MVCC over RawKV.
uint64 ts = 3;
Copyright © 2024 PingCAP. All rights reserved.