public static interface Brpb.SchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCrc64Xor()
uint64 crc64xor = 3; |
com.google.protobuf.ByteString |
getDb()
bytes db = 1; |
com.google.protobuf.ByteString |
getStats()
stats represents the dump stats for a analyzed table, which generate by DumpStatsToJSON
https://github.com/pingcap/tidb/blob/e136429d8dc5d70f43cd3f94179b0b9f47595097/statistics/handle/dump.go#L116
|
com.google.protobuf.ByteString |
getTable()
bytes table = 2; |
int |
getTiflashReplicas()
uint32 tiflash_replicas = 6; |
long |
getTotalBytes()
uint64 total_bytes = 5; |
long |
getTotalKvs()
uint64 total_kvs = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getDb()
bytes db = 1;
com.google.protobuf.ByteString getTable()
bytes table = 2;
long getCrc64Xor()
uint64 crc64xor = 3;
long getTotalKvs()
uint64 total_kvs = 4;
long getTotalBytes()
uint64 total_bytes = 5;
int getTiflashReplicas()
uint32 tiflash_replicas = 6;
com.google.protobuf.ByteString getStats()
stats represents the dump stats for a analyzed table, which generate by DumpStatsToJSON https://github.com/pingcap/tidb/blob/e136429d8dc5d70f43cd3f94179b0b9f47595097/statistics/handle/dump.go#L116
bytes stats = 7;
Copyright © 2024 PingCAP. All rights reserved.