public static interface ImportSstpb.SSTMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Kvrpcpb.APIVersion |
getApiVersion()
API version implies the encode of the key and value.
|
int |
getApiVersionValue()
API version implies the encode of the key and value.
|
String |
getCfName()
string cf_name = 5; |
com.google.protobuf.ByteString |
getCfNameBytes()
string cf_name = 5; |
com.google.protobuf.ByteString |
getCipherIv()
cipher_iv is used to encrypt/decrypt sst
|
int |
getCrc32()
uint32 crc32 = 3; |
boolean |
getEndKeyExclusive()
bool end_key_exclusive = 8; |
long |
getLength()
uint64 length = 4; |
ImportSstpb.Range |
getRange()
.import_sstpb.Range range = 2; |
ImportSstpb.RangeOrBuilder |
getRangeOrBuilder()
.import_sstpb.Range range = 2; |
Metapb.RegionEpoch |
getRegionEpoch()
.metapb.RegionEpoch region_epoch = 7; |
Metapb.RegionEpochOrBuilder |
getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 7; |
long |
getRegionId()
uint64 region_id = 6; |
long |
getTotalBytes()
uint64 total_bytes = 10; |
long |
getTotalKvs()
total_kvs and total_bytes is equivalent to PD's approximate_keys and approximate_size
set these values can save time from tikv upload keys and size to PD through Heartbeat.
|
com.google.protobuf.ByteString |
getUuid()
bytes uuid = 1; |
boolean |
hasRange()
.import_sstpb.Range range = 2; |
boolean |
hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getUuid()
bytes uuid = 1;boolean hasRange()
.import_sstpb.Range range = 2;ImportSstpb.Range getRange()
.import_sstpb.Range range = 2;ImportSstpb.RangeOrBuilder getRangeOrBuilder()
.import_sstpb.Range range = 2;int getCrc32()
uint32 crc32 = 3;long getLength()
uint64 length = 4;String getCfName()
string cf_name = 5;com.google.protobuf.ByteString getCfNameBytes()
string cf_name = 5;long getRegionId()
uint64 region_id = 6;boolean hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 7;Metapb.RegionEpoch getRegionEpoch()
.metapb.RegionEpoch region_epoch = 7;Metapb.RegionEpochOrBuilder getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 7;boolean getEndKeyExclusive()
bool end_key_exclusive = 8;long getTotalKvs()
total_kvs and total_bytes is equivalent to PD's approximate_keys and approximate_size set these values can save time from tikv upload keys and size to PD through Heartbeat.
uint64 total_kvs = 9;long getTotalBytes()
uint64 total_bytes = 10;int getApiVersionValue()
API version implies the encode of the key and value.
.kvrpcpb.APIVersion api_version = 11;Kvrpcpb.APIVersion getApiVersion()
API version implies the encode of the key and value.
.kvrpcpb.APIVersion api_version = 11;com.google.protobuf.ByteString getCipherIv()
cipher_iv is used to encrypt/decrypt sst
bytes cipher_iv = 12;Copyright © 2025 PingCAP. All rights reserved.