Package io.dingodb.coordinator
Interface Coordinator.RegisterBackupRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.RegisterBackupRequest,Coordinator.RegisterBackupRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.RegisterBackupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongbackup current timestampuuidcom.google.protobuf.ByteStringuuidbackup pathcom.google.protobuf.ByteStringbackup pathlongbackup start timestamplongbackup timeout in seconds.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;boolean.dingodb.pb.common.RequestInfo request_info = 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
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
getBackupName
String getBackupName()uuid
string backup_name = 2;- Returns:
- The backupName.
-
getBackupNameBytes
com.google.protobuf.ByteString getBackupNameBytes()uuid
string backup_name = 2;- Returns:
- The bytes for backupName.
-
getBackupPath
String getBackupPath()backup path
string backup_path = 3;- Returns:
- The backupPath.
-
getBackupPathBytes
com.google.protobuf.ByteString getBackupPathBytes()backup path
string backup_path = 3;- Returns:
- The bytes for backupPath.
-
getBackupStartTimestamp
long getBackupStartTimestamp()backup start timestamp
int64 backup_start_timestamp = 4;- Returns:
- The backupStartTimestamp.
-
getBackupCurrentTimestamp
long getBackupCurrentTimestamp()backup current timestamp
int64 backup_current_timestamp = 5;- Returns:
- The backupCurrentTimestamp.
-
getBackupTimeoutS
long getBackupTimeoutS()backup timeout in seconds
int64 backup_timeout_s = 6;- Returns:
- The backupTimeoutS.
-