Package io.dingodb.common
Interface Common.BackupDataFileValueSstMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.BackupDataFileValueSstMeta,Common.BackupDataFileValueSstMeta.Builder
- Enclosing class:
- Common
public static interface Common.BackupDataFileValueSstMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCf()column familycom.google.protobuf.ByteStringcolumn familydirectory namecom.google.protobuf.ByteStringdirectory namedefault sha1 of file contentcom.google.protobuf.ByteStringdefault sha1 of file contentfile namecom.google.protobuf.ByteStringfile namelongfile sizelongregion idMethods 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
-
getCf
String getCf()column family
string cf = 1;- Returns:
- The cf.
-
getCfBytes
com.google.protobuf.ByteString getCfBytes()column family
string cf = 1;- Returns:
- The bytes for cf.
-
getRegionId
long getRegionId()region id
int64 region_id = 2;- Returns:
- The regionId.
-
getDirName
String getDirName()directory name
string dir_name = 3;- Returns:
- The dirName.
-
getDirNameBytes
com.google.protobuf.ByteString getDirNameBytes()directory name
string dir_name = 3;- Returns:
- The bytes for dirName.
-
getFileSize
long getFileSize()file size
uint64 file_size = 4;- Returns:
- The fileSize.
-
getEncryption
String getEncryption()default sha1 of file content
string encryption = 5;- Returns:
- The encryption.
-
getEncryptionBytes
com.google.protobuf.ByteString getEncryptionBytes()default sha1 of file content
string encryption = 5;- Returns:
- The bytes for encryption.
-
getFileName
String getFileName()file name
string file_name = 6;- Returns:
- The fileName.
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()file name
string file_name = 6;- Returns:
- The bytes for fileName.
-