public static final class ImportSstpb.RawWriteBatch.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder> implements ImportSstpb.RawWriteBatchOrBuilder
import_sstpb.RawWriteBatch| 限定符和类型 | 方法和说明 |
|---|---|
ImportSstpb.RawWriteBatch.Builder |
addAllPairs(Iterable<? extends ImportSstpb.Pair> values)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
addPairs(ImportSstpb.Pair.Builder builderForValue)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
addPairs(ImportSstpb.Pair value)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
addPairs(int index,
ImportSstpb.Pair.Builder builderForValue)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
addPairs(int index,
ImportSstpb.Pair value)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.Pair.Builder |
addPairsBuilder()
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.Pair.Builder |
addPairsBuilder(int index)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportSstpb.RawWriteBatch |
build() |
ImportSstpb.RawWriteBatch |
buildPartial() |
ImportSstpb.RawWriteBatch.Builder |
clear() |
ImportSstpb.RawWriteBatch.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ImportSstpb.RawWriteBatch.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ImportSstpb.RawWriteBatch.Builder |
clearPairs()
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
clearTs()
To be compatible with the key encoding of API V2.
|
ImportSstpb.RawWriteBatch.Builder |
clearTtl()
uint64 ttl = 1; |
ImportSstpb.RawWriteBatch.Builder |
clone() |
ImportSstpb.RawWriteBatch |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ImportSstpb.Pair |
getPairs(int index)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.Pair.Builder |
getPairsBuilder(int index)
repeated .import_sstpb.Pair pairs = 2; |
List<ImportSstpb.Pair.Builder> |
getPairsBuilderList()
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ImportSstpb.RawWriteBatch.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ImportSstpb.RawWriteBatch.Builder |
mergeFrom(ImportSstpb.RawWriteBatch other) |
ImportSstpb.RawWriteBatch.Builder |
mergeFrom(com.google.protobuf.Message other) |
ImportSstpb.RawWriteBatch.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImportSstpb.RawWriteBatch.Builder |
removePairs(int index)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportSstpb.RawWriteBatch.Builder |
setPairs(int index,
ImportSstpb.Pair.Builder builderForValue)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
setPairs(int index,
ImportSstpb.Pair value)
repeated .import_sstpb.Pair pairs = 2; |
ImportSstpb.RawWriteBatch.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ImportSstpb.RawWriteBatch.Builder |
setTs(long value)
To be compatible with the key encoding of API V2.
|
ImportSstpb.RawWriteBatch.Builder |
setTtl(long value)
uint64 ttl = 1; |
ImportSstpb.RawWriteBatch.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ImportSstpb.RawWriteBatch build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ImportSstpb.RawWriteBatch buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ImportSstpb.RawWriteBatch.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder mergeFrom(ImportSstpb.RawWriteBatch other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public ImportSstpb.RawWriteBatch.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ImportSstpb.RawWriteBatch.Builder>IOExceptionpublic long getTtl()
uint64 ttl = 1;getTtl 在接口中 ImportSstpb.RawWriteBatchOrBuilderpublic ImportSstpb.RawWriteBatch.Builder setTtl(long value)
uint64 ttl = 1;public ImportSstpb.RawWriteBatch.Builder clearTtl()
uint64 ttl = 1;public List<ImportSstpb.Pair> getPairsList()
repeated .import_sstpb.Pair pairs = 2;public int getPairsCount()
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.Pair getPairs(int index)
repeated .import_sstpb.Pair pairs = 2;getPairs 在接口中 ImportSstpb.RawWriteBatchOrBuilderpublic ImportSstpb.RawWriteBatch.Builder setPairs(int index, ImportSstpb.Pair value)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder setPairs(int index, ImportSstpb.Pair.Builder builderForValue)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder addPairs(ImportSstpb.Pair value)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder addPairs(int index, ImportSstpb.Pair value)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder addPairs(ImportSstpb.Pair.Builder builderForValue)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder addPairs(int index, ImportSstpb.Pair.Builder builderForValue)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder addAllPairs(Iterable<? extends ImportSstpb.Pair> values)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder clearPairs()
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.RawWriteBatch.Builder removePairs(int index)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.Pair.Builder getPairsBuilder(int index)
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.PairOrBuilder getPairsOrBuilder(int index)
repeated .import_sstpb.Pair pairs = 2;public List<? extends ImportSstpb.PairOrBuilder> getPairsOrBuilderList()
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.Pair.Builder addPairsBuilder()
repeated .import_sstpb.Pair pairs = 2;public ImportSstpb.Pair.Builder addPairsBuilder(int index)
repeated .import_sstpb.Pair pairs = 2;public List<ImportSstpb.Pair.Builder> getPairsBuilderList()
repeated .import_sstpb.Pair pairs = 2;public 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;getTs 在接口中 ImportSstpb.RawWriteBatchOrBuilderpublic ImportSstpb.RawWriteBatch.Builder setTs(long value)
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;public ImportSstpb.RawWriteBatch.Builder clearTs()
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;public final ImportSstpb.RawWriteBatch.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>public final ImportSstpb.RawWriteBatch.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ImportSstpb.RawWriteBatch.Builder>Copyright © 2023 PingCAP. All rights reserved.