Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
ImportSstpb.KvPair
Protobuf type
import_sstpb.KvPair |
static class |
ImportSstpb.KvPair.Builder
Protobuf type
import_sstpb.KvPair |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.KvPairOrBuilder |
ImportSstpb.DuplicateDetectResponseOrBuilder.getPairsOrBuilder(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.KvPairOrBuilder |
ImportSstpb.DuplicateDetectResponse.getPairsOrBuilder(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.KvPairOrBuilder |
ImportSstpb.DuplicateDetectResponse.Builder.getPairsOrBuilder(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},
...
|
Modifier and Type | Method and Description |
---|---|
List<? extends ImportSstpb.KvPairOrBuilder> |
ImportSstpb.DuplicateDetectResponseOrBuilder.getPairsOrBuilderList()
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<? extends ImportSstpb.KvPairOrBuilder> |
ImportSstpb.DuplicateDetectResponse.getPairsOrBuilderList()
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<? extends ImportSstpb.KvPairOrBuilder> |
ImportSstpb.DuplicateDetectResponse.Builder.getPairsOrBuilderList()
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.