Package io.dingodb.common
Interface Common.BackupMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.BackupMeta,Common.BackupMeta.Builder
- Enclosing class:
- Common
public static interface Common.BackupMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondirectory namecom.google.protobuf.ByteStringdirectory namedefault sha1 of file contentcom.google.protobuf.ByteStringdefault sha1 of file contentrestore exec node.com.google.protobuf.ByteStringrestore exec node.file namecom.google.protobuf.ByteStringfile namelongfile sizeremark infocom.google.protobuf.ByteStringremark infoMethods 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
-
getRemark
String getRemark()remark info
string remark = 1;- Returns:
- The remark.
-
getRemarkBytes
com.google.protobuf.ByteString getRemarkBytes()remark info
string remark = 1;- Returns:
- The bytes for remark.
-
getExecNode
String getExecNode()restore exec node. exec node : coordinator, store, index, document
string exec_node = 2;- Returns:
- The execNode.
-
getExecNodeBytes
com.google.protobuf.ByteString getExecNodeBytes()restore exec node. exec node : coordinator, store, index, document
string exec_node = 2;- Returns:
- The bytes for execNode.
-
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.
-