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 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.