Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.KvPair |
ImportSstpb.KvPair.Builder.build() |
ImportSstpb.KvPair |
ImportSstpb.KvPair.Builder.buildPartial() |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.getDefaultInstance() |
ImportSstpb.KvPair |
ImportSstpb.KvPair.getDefaultInstanceForType() |
ImportSstpb.KvPair |
ImportSstpb.KvPair.Builder.getDefaultInstanceForType() |
ImportSstpb.KvPair |
ImportSstpb.DuplicateDetectResponseOrBuilder.getPairs(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 |
ImportSstpb.DuplicateDetectResponse.getPairs(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 |
ImportSstpb.DuplicateDetectResponse.Builder.getPairs(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},
...
|
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseDelimitedFrom(InputStream input) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(byte[] data) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(ByteBuffer data) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(com.google.protobuf.ByteString data) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(InputStream input) |
static ImportSstpb.KvPair |
ImportSstpb.KvPair.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ImportSstpb.KvPair> |
ImportSstpb.DuplicateDetectResponseOrBuilder.getPairsList()
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},
...
|
List<ImportSstpb.KvPair> |
ImportSstpb.DuplicateDetectResponse.getPairsList()
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},
...
|
List<ImportSstpb.KvPair> |
ImportSstpb.DuplicateDetectResponse.Builder.getPairsList()
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},
...
|
com.google.protobuf.Parser<ImportSstpb.KvPair> |
ImportSstpb.KvPair.getParserForType() |
static com.google.protobuf.Parser<ImportSstpb.KvPair> |
ImportSstpb.KvPair.parser() |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.DuplicateDetectResponse.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.addPairs(ImportSstpb.KvPair value)
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 value)
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(ImportSstpb.KvPair other) |
static ImportSstpb.KvPair.Builder |
ImportSstpb.KvPair.newBuilder(ImportSstpb.KvPair prototype) |
ImportSstpb.DuplicateDetectResponse.Builder |
ImportSstpb.DuplicateDetectResponse.Builder.setPairs(int index,
ImportSstpb.KvPair value)
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.addAllPairs(Iterable<? extends ImportSstpb.KvPair> values)
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.