Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.KvPair.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.addPairsBuilder()
The these keys will be in asc order (but commit time is in desc order),
and the content is just like following:
[
{key: "key1", value: "value11", commit_ts: 1005},
{key: "key1", value: "value12", commit_ts: 1004},
{key: "key1", value: "value13", commit_ts: 1001},
{key: "key2", value: "value21", commit_ts: 1004},
{key: "key2", value: "value22", commit_ts: 1002},
...
|
ImportSstpb.KvPair.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.addPairsBuilder(int index)
The these keys will be in asc order (but commit time is in desc order),
and the content is just like following:
[
{key: "key1", value: "value11", commit_ts: 1005},
{key: "key1", value: "value12", commit_ts: 1004},
{key: "key1", value: "value13", commit_ts: 1001},
{key: "key2", value: "value21", commit_ts: 1004},
{key: "key2", value: "value22", commit_ts: 1002},
...
|
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.clear() |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.clearCommitTs()
uint64 commit_ts = 3; |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.clearKey()
bytes key = 1; |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.clearValue()
bytes value = 2; |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.clone() |
ImportSstpb.KvPair.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.getPairsBuilder(int index)
The these keys will be in asc order (but commit time is in desc order),
and the content is just like following:
[
{key: "key1", value: "value11", commit_ts: 1005},
{key: "key1", value: "value12", commit_ts: 1004},
{key: "key1", value: "value13", commit_ts: 1001},
{key: "key2", value: "value21", commit_ts: 1004},
{key: "key2", value: "value22", commit_ts: 1002},
...
|
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.mergeFrom(ImportSstpb.KvPair other) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.mergeFrom(com.google.protobuf.Message other) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.newBuilder() |
static ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.newBuilder(ImportSstpb.KvPair prototype) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.newBuilderForType() |
protected ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.setCommitTs(long value)
uint64 commit_ts = 3; |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.setKey(com.google.protobuf.ByteString value)
bytes key = 1; |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.Builder.setValue(com.google.protobuf.ByteString value)
bytes value = 2; |
ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<ImportSstpb.KvPair.Builder> |
ImportSstpb.DuplicateDetectResponse.Builder.getPairsBuilderList()
The these keys will be in asc order (but commit time is in desc order),
and the content is just like following:
[
{key: "key1", value: "value11", commit_ts: 1005},
{key: "key1", value: "value12", commit_ts: 1004},
{key: "key1", value: "value13", commit_ts: 1001},
{key: "key2", value: "value21", commit_ts: 1004},
{key: "key2", value: "value22", commit_ts: 1002},
...
|
Modifier and Type | Method and Description |
---|---|
ImportSstpb.DuplicateDetectResponse.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.addPairs(ImportSstpb.KvPair.Builder builderForValue)
The these keys will be in asc order (but commit time is in desc order),
and the content is just like following:
[
{key: "key1", value: "value11", commit_ts: 1005},
{key: "key1", value: "value12", commit_ts: 1004},
{key: "key1", value: "value13", commit_ts: 1001},
{key: "key2", value: "value21", commit_ts: 1004},
{key: "key2", value: "value22", commit_ts: 1002},
...
|
ImportSstpb.DuplicateDetectResponse.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.addPairs(int index,
ImportSstpb.KvPair.Builder builderForValue)
The these keys will be in asc order (but commit time is in desc order),
and the content is just like following:
[
{key: "key1", value: "value11", commit_ts: 1005},
{key: "key1", value: "value12", commit_ts: 1004},
{key: "key1", value: "value13", commit_ts: 1001},
{key: "key2", value: "value21", commit_ts: 1004},
{key: "key2", value: "value22", commit_ts: 1002},
...
|
ImportSstpb.DuplicateDetectResponse.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.setPairs(int index,
ImportSstpb.KvPair.Builder builderForValue)
The these keys will be in asc order (but commit time is in desc order),
and the content is just like following:
[
{key: "key1", value: "value11", commit_ts: 1005},
{key: "key1", value: "value12", commit_ts: 1004},
{key: "key1", value: "value13", commit_ts: 1001},
{key: "key2", value: "value21", commit_ts: 1004},
{key: "key2", value: "value22", commit_ts: 1002},
...
|
Copyright © 2024 PingCAP. All rights reserved.