Package io.dingodb.coordinator
Interface Coordinator.RegisterRestoreRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.RegisterRestoreRequest,Coordinator.RegisterRestoreRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.RegisterRestoreRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;longrestore current timestampuuidcom.google.protobuf.ByteStringuuidrestore pathcom.google.protobuf.ByteStringrestore pathlongrestore start timestamplongrestore timeout in secondsboolean.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; -
getRestoreName
String getRestoreName()uuid
string restore_name = 2;- Returns:
- The restoreName.
-
getRestoreNameBytes
com.google.protobuf.ByteString getRestoreNameBytes()uuid
string restore_name = 2;- Returns:
- The bytes for restoreName.
-
getRestorePath
String getRestorePath()restore path
string restore_path = 3;- Returns:
- The restorePath.
-
getRestorePathBytes
com.google.protobuf.ByteString getRestorePathBytes()restore path
string restore_path = 3;- Returns:
- The bytes for restorePath.
-
getRestoreStartTimestamp
long getRestoreStartTimestamp()restore start timestamp
int64 restore_start_timestamp = 4;- Returns:
- The restoreStartTimestamp.
-
getRestoreCurrentTimestamp
long getRestoreCurrentTimestamp()restore current timestamp
int64 restore_current_timestamp = 5;- Returns:
- The restoreCurrentTimestamp.
-
getRestoreTimeoutS
long getRestoreTimeoutS()restore timeout in seconds
int64 restore_timeout_s = 6;- Returns:
- The restoreTimeoutS.
-