Package io.dingodb.common
Interface Common.BackupDataFileValueSstMetaGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.BackupDataFileValueSstMetaGroup,Common.BackupDataFileValueSstMetaGroup.Builder
- Enclosing class:
- Common
public static interface Common.BackupDataFileValueSstMetaGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBackupDataFileValueSstMetas(int index) repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1;intrepeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1;repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1;getBackupDataFileValueSstMetasOrBuilder(int index) repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1;List<? extends Common.BackupDataFileValueSstMetaOrBuilder>repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBackupDataFileValueSstMetasList
List<Common.BackupDataFileValueSstMeta> getBackupDataFileValueSstMetasList()repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1; -
getBackupDataFileValueSstMetas
repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1; -
getBackupDataFileValueSstMetasCount
int getBackupDataFileValueSstMetasCount()repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1; -
getBackupDataFileValueSstMetasOrBuilderList
List<? extends Common.BackupDataFileValueSstMetaOrBuilder> getBackupDataFileValueSstMetasOrBuilderList()repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1; -
getBackupDataFileValueSstMetasOrBuilder
repeated .dingodb.pb.common.BackupDataFileValueSstMeta backup_data_file_value_sst_metas = 1;
-