Package io.dingodb.common
Interface Common.BackupParamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.BackupParam,Common.BackupParam.Builder
- Enclosing class:
- Common
public static interface Common.BackupParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring backupts = 7;com.google.protobuf.ByteStringstring backupts = 7;longint64 backuptso_internal = 8;string br_backup_type = 6;com.google.protobuf.ByteStringstring br_backup_type = 6;string br_type = 5;com.google.protobuf.ByteStringstring br_type = 5;string coor_addr = 1;com.google.protobuf.ByteStringstring coor_addr = 1;string document = 4;com.google.protobuf.ByteStringstring document = 4;string index_addr = 3;com.google.protobuf.ByteStringstring index_addr = 3;string storage = 9;com.google.protobuf.ByteStringstring storage = 9;string storage_internal = 10;com.google.protobuf.ByteStringstring storage_internal = 10;string store_addr = 2;com.google.protobuf.ByteStringstring store_addr = 2;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
-
getCoorAddr
String getCoorAddr()string coor_addr = 1;- Returns:
- The coorAddr.
-
getCoorAddrBytes
com.google.protobuf.ByteString getCoorAddrBytes()string coor_addr = 1;- Returns:
- The bytes for coorAddr.
-
getStoreAddr
String getStoreAddr()string store_addr = 2;- Returns:
- The storeAddr.
-
getStoreAddrBytes
com.google.protobuf.ByteString getStoreAddrBytes()string store_addr = 2;- Returns:
- The bytes for storeAddr.
-
getIndexAddr
String getIndexAddr()string index_addr = 3;- Returns:
- The indexAddr.
-
getIndexAddrBytes
com.google.protobuf.ByteString getIndexAddrBytes()string index_addr = 3;- Returns:
- The bytes for indexAddr.
-
getDocument
String getDocument()string document = 4;- Returns:
- The document.
-
getDocumentBytes
com.google.protobuf.ByteString getDocumentBytes()string document = 4;- Returns:
- The bytes for document.
-
getBrType
String getBrType()string br_type = 5;- Returns:
- The brType.
-
getBrTypeBytes
com.google.protobuf.ByteString getBrTypeBytes()string br_type = 5;- Returns:
- The bytes for brType.
-
getBrBackupType
String getBrBackupType()string br_backup_type = 6;- Returns:
- The brBackupType.
-
getBrBackupTypeBytes
com.google.protobuf.ByteString getBrBackupTypeBytes()string br_backup_type = 6;- Returns:
- The bytes for brBackupType.
-
getBackupts
String getBackupts()string backupts = 7;- Returns:
- The backupts.
-
getBackuptsBytes
com.google.protobuf.ByteString getBackuptsBytes()string backupts = 7;- Returns:
- The bytes for backupts.
-
getBackuptsoInternal
long getBackuptsoInternal()int64 backuptso_internal = 8;- Returns:
- The backuptsoInternal.
-
getStorage
String getStorage()string storage = 9;- Returns:
- The storage.
-
getStorageBytes
com.google.protobuf.ByteString getStorageBytes()string storage = 9;- Returns:
- The bytes for storage.
-
getStorageInternal
String getStorageInternal()string storage_internal = 10;- Returns:
- The storageInternal.
-
getStorageInternalBytes
com.google.protobuf.ByteString getStorageInternalBytes()string storage_internal = 10;- Returns:
- The bytes for storageInternal.
-