public static interface Brpb.FileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCf()
string cf = 10; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 10; |
com.google.protobuf.ByteString |
getCipherIv()
cipher_iv is used for AES cipher
|
long |
getCrc64Xor()
uint64 crc64xor = 7; |
com.google.protobuf.ByteString |
getEndKey()
bytes end_key = 4; |
long |
getEndVersion()
uint64 end_version = 6; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
com.google.protobuf.ByteString |
getSha256()
bytes sha256 = 2; |
long |
getSize()
uint64 size = 11; |
com.google.protobuf.ByteString |
getStartKey()
bytes start_key = 3; |
long |
getStartVersion()
uint64 start_version = 5; |
long |
getTotalBytes()
uint64 total_bytes = 9; |
long |
getTotalKvs()
uint64 total_kvs = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1;
com.google.protobuf.ByteString getNameBytes()
string name = 1;
com.google.protobuf.ByteString getSha256()
bytes sha256 = 2;
com.google.protobuf.ByteString getStartKey()
bytes start_key = 3;
com.google.protobuf.ByteString getEndKey()
bytes end_key = 4;
long getStartVersion()
uint64 start_version = 5;
long getEndVersion()
uint64 end_version = 6;
long getCrc64Xor()
uint64 crc64xor = 7;
long getTotalKvs()
uint64 total_kvs = 8;
long getTotalBytes()
uint64 total_bytes = 9;
String getCf()
string cf = 10;
com.google.protobuf.ByteString getCfBytes()
string cf = 10;
long getSize()
uint64 size = 11;
com.google.protobuf.ByteString getCipherIv()
cipher_iv is used for AES cipher
bytes cipher_iv = 12;
Copyright © 2024 PingCAP. All rights reserved.