Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Brpb.Schema.Builder |
Brpb.Schema.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Brpb.Schema.Builder |
Brpb.BackupMeta.Builder.addSchemasBuilder()
Table metadata describes database and table info.
|
Brpb.Schema.Builder |
Brpb.MetaFile.Builder.addSchemasBuilder()
A set of files that contains Schemas.
|
Brpb.Schema.Builder |
Brpb.BackupMeta.Builder.addSchemasBuilder(int index)
Table metadata describes database and table info.
|
Brpb.Schema.Builder |
Brpb.MetaFile.Builder.addSchemasBuilder(int index)
A set of files that contains Schemas.
|
Brpb.Schema.Builder |
Brpb.Schema.Builder.clear() |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearCrc64Xor()
uint64 crc64xor = 3; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearDb()
bytes db = 1; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearStats()
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
|
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearTable()
bytes table = 2; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearTiflashReplicas()
uint32 tiflash_replicas = 6; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearTotalBytes()
uint64 total_bytes = 5; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clearTotalKvs()
uint64 total_kvs = 4; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.clone() |
Brpb.Schema.Builder |
Brpb.BackupMeta.Builder.getSchemasBuilder(int index)
Table metadata describes database and table info.
|
Brpb.Schema.Builder |
Brpb.MetaFile.Builder.getSchemasBuilder(int index)
A set of files that contains Schemas.
|
Brpb.Schema.Builder |
Brpb.Schema.Builder.mergeFrom(Brpb.Schema other) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.mergeFrom(com.google.protobuf.Message other) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Brpb.Schema.Builder |
Brpb.Schema.newBuilder() |
static Brpb.Schema.Builder |
Brpb.Schema.newBuilder(Brpb.Schema prototype) |
Brpb.Schema.Builder |
Brpb.Schema.newBuilderForType() |
protected Brpb.Schema.Builder |
Brpb.Schema.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setCrc64Xor(long value)
uint64 crc64xor = 3; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setDb(com.google.protobuf.ByteString value)
bytes db = 1; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setStats(com.google.protobuf.ByteString value)
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
|
Brpb.Schema.Builder |
Brpb.Schema.Builder.setTable(com.google.protobuf.ByteString value)
bytes table = 2; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setTiflashReplicas(int value)
uint32 tiflash_replicas = 6; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setTotalBytes(long value)
uint64 total_bytes = 5; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setTotalKvs(long value)
uint64 total_kvs = 4; |
Brpb.Schema.Builder |
Brpb.Schema.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Brpb.Schema.Builder |
Brpb.Schema.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Brpb.Schema.Builder> |
Brpb.BackupMeta.Builder.getSchemasBuilderList()
Table metadata describes database and table info.
|
List<Brpb.Schema.Builder> |
Brpb.MetaFile.Builder.getSchemasBuilderList()
A set of files that contains Schemas.
|
Modifier and Type | Method and Description |
---|---|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.addSchemas(Brpb.Schema.Builder builderForValue)
Table metadata describes database and table info.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.addSchemas(Brpb.Schema.Builder builderForValue)
A set of files that contains Schemas.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.addSchemas(int index,
Brpb.Schema.Builder builderForValue)
Table metadata describes database and table info.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.addSchemas(int index,
Brpb.Schema.Builder builderForValue)
A set of files that contains Schemas.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.setSchemas(int index,
Brpb.Schema.Builder builderForValue)
Table metadata describes database and table info.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.setSchemas(int index,
Brpb.Schema.Builder builderForValue)
A set of files that contains Schemas.
|
Copyright © 2024 PingCAP. All rights reserved.