Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Brpb.Schema |
Brpb.Schema.Builder.build() |
Brpb.Schema |
Brpb.Schema.Builder.buildPartial() |
static Brpb.Schema |
Brpb.Schema.getDefaultInstance() |
Brpb.Schema |
Brpb.Schema.getDefaultInstanceForType() |
Brpb.Schema |
Brpb.Schema.Builder.getDefaultInstanceForType() |
Brpb.Schema |
Brpb.BackupMetaOrBuilder.getSchemas(int index)
Table metadata describes database and table info.
|
Brpb.Schema |
Brpb.BackupMeta.getSchemas(int index)
Table metadata describes database and table info.
|
Brpb.Schema |
Brpb.BackupMeta.Builder.getSchemas(int index)
Table metadata describes database and table info.
|
Brpb.Schema |
Brpb.MetaFileOrBuilder.getSchemas(int index)
A set of files that contains Schemas.
|
Brpb.Schema |
Brpb.MetaFile.getSchemas(int index)
A set of files that contains Schemas.
|
Brpb.Schema |
Brpb.MetaFile.Builder.getSchemas(int index)
A set of files that contains Schemas.
|
static Brpb.Schema |
Brpb.Schema.parseDelimitedFrom(InputStream input) |
static Brpb.Schema |
Brpb.Schema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.Schema |
Brpb.Schema.parseFrom(byte[] data) |
static Brpb.Schema |
Brpb.Schema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.Schema |
Brpb.Schema.parseFrom(ByteBuffer data) |
static Brpb.Schema |
Brpb.Schema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.Schema |
Brpb.Schema.parseFrom(com.google.protobuf.ByteString data) |
static Brpb.Schema |
Brpb.Schema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.Schema |
Brpb.Schema.parseFrom(com.google.protobuf.CodedInputStream input) |
static Brpb.Schema |
Brpb.Schema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.Schema |
Brpb.Schema.parseFrom(InputStream input) |
static Brpb.Schema |
Brpb.Schema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Brpb.Schema> |
Brpb.Schema.getParserForType() |
List<Brpb.Schema> |
Brpb.BackupMetaOrBuilder.getSchemasList()
Table metadata describes database and table info.
|
List<Brpb.Schema> |
Brpb.BackupMeta.getSchemasList()
Table metadata describes database and table info.
|
List<Brpb.Schema> |
Brpb.BackupMeta.Builder.getSchemasList()
Table metadata describes database and table info.
|
List<Brpb.Schema> |
Brpb.MetaFileOrBuilder.getSchemasList()
A set of files that contains Schemas.
|
List<Brpb.Schema> |
Brpb.MetaFile.getSchemasList()
A set of files that contains Schemas.
|
List<Brpb.Schema> |
Brpb.MetaFile.Builder.getSchemasList()
A set of files that contains Schemas.
|
static com.google.protobuf.Parser<Brpb.Schema> |
Brpb.Schema.parser() |
Modifier and Type | Method and Description |
---|---|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.addSchemas(Brpb.Schema value)
Table metadata describes database and table info.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.addSchemas(Brpb.Schema value)
A set of files that contains Schemas.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.addSchemas(int index,
Brpb.Schema value)
Table metadata describes database and table info.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.addSchemas(int index,
Brpb.Schema value)
A set of files that contains Schemas.
|
Brpb.Schema.Builder |
Brpb.Schema.Builder.mergeFrom(Brpb.Schema other) |
static Brpb.Schema.Builder |
Brpb.Schema.newBuilder(Brpb.Schema prototype) |
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.setSchemas(int index,
Brpb.Schema value)
Table metadata describes database and table info.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.setSchemas(int index,
Brpb.Schema value)
A set of files that contains Schemas.
|
Modifier and Type | Method and Description |
---|---|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.addAllSchemas(Iterable<? extends Brpb.Schema> values)
Table metadata describes database and table info.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.addAllSchemas(Iterable<? extends Brpb.Schema> values)
A set of files that contains Schemas.
|
Copyright © 2024 PingCAP. All rights reserved.