Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Brpb.MetaFile |
Brpb.MetaFile.Builder.build() |
Brpb.MetaFile |
Brpb.MetaFile.Builder.buildPartial() |
Brpb.MetaFile |
Brpb.BackupMetaOrBuilder.getDdlIndexes()
An index to files contains DDLs.
|
Brpb.MetaFile |
Brpb.BackupMeta.getDdlIndexes()
An index to files contains DDLs.
|
Brpb.MetaFile |
Brpb.BackupMeta.Builder.getDdlIndexes()
An index to files contains DDLs.
|
static Brpb.MetaFile |
Brpb.MetaFile.getDefaultInstance() |
Brpb.MetaFile |
Brpb.MetaFile.getDefaultInstanceForType() |
Brpb.MetaFile |
Brpb.MetaFile.Builder.getDefaultInstanceForType() |
Brpb.MetaFile |
Brpb.BackupMetaOrBuilder.getFileIndex()
An index to files contains data files.
|
Brpb.MetaFile |
Brpb.BackupMeta.getFileIndex()
An index to files contains data files.
|
Brpb.MetaFile |
Brpb.BackupMeta.Builder.getFileIndex()
An index to files contains data files.
|
Brpb.MetaFile |
Brpb.BackupMetaOrBuilder.getRawRangeIndex()
An index to files contains RawRanges.
|
Brpb.MetaFile |
Brpb.BackupMeta.getRawRangeIndex()
An index to files contains RawRanges.
|
Brpb.MetaFile |
Brpb.BackupMeta.Builder.getRawRangeIndex()
An index to files contains RawRanges.
|
Brpb.MetaFile |
Brpb.BackupMetaOrBuilder.getSchemaIndex()
An index to files contains Schemas.
|
Brpb.MetaFile |
Brpb.BackupMeta.getSchemaIndex()
An index to files contains Schemas.
|
Brpb.MetaFile |
Brpb.BackupMeta.Builder.getSchemaIndex()
An index to files contains Schemas.
|
static Brpb.MetaFile |
Brpb.MetaFile.parseDelimitedFrom(InputStream input) |
static Brpb.MetaFile |
Brpb.MetaFile.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(byte[] data) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(ByteBuffer data) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(com.google.protobuf.ByteString data) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(com.google.protobuf.CodedInputStream input) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(InputStream input) |
static Brpb.MetaFile |
Brpb.MetaFile.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Brpb.MetaFile> |
Brpb.MetaFile.getParserForType() |
static com.google.protobuf.Parser<Brpb.MetaFile> |
Brpb.MetaFile.parser() |
Modifier and Type | Method and Description |
---|---|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.mergeDdlIndexes(Brpb.MetaFile value)
An index to files contains DDLs.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.mergeFileIndex(Brpb.MetaFile value)
An index to files contains data files.
|
Brpb.MetaFile.Builder |
Brpb.MetaFile.Builder.mergeFrom(Brpb.MetaFile other) |
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.mergeRawRangeIndex(Brpb.MetaFile value)
An index to files contains RawRanges.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.mergeSchemaIndex(Brpb.MetaFile value)
An index to files contains Schemas.
|
static Brpb.MetaFile.Builder |
Brpb.MetaFile.newBuilder(Brpb.MetaFile prototype) |
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.setDdlIndexes(Brpb.MetaFile value)
An index to files contains DDLs.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.setFileIndex(Brpb.MetaFile value)
An index to files contains data files.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.setRawRangeIndex(Brpb.MetaFile value)
An index to files contains RawRanges.
|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.setSchemaIndex(Brpb.MetaFile value)
An index to files contains Schemas.
|
Copyright © 2024 PingCAP. All rights reserved.