Interface Store.RestoreMetaRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Store.RestoreMetaRequest, Store.RestoreMetaRequest.Builder
Enclosing class:
Store

public static interface Store.RestoreMetaRequestOrBuilder 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;
    • hasContext

      boolean hasContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      Whether the context field is set.
    • getContext

      Store.Context getContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      The context.
    • getContextOrBuilder

      Store.ContextOrBuilder getContextOrBuilder()
      .dingodb.pb.store.Context context = 2;
    • getStartKey

      com.google.protobuf.ByteString getStartKey()
       region start key
       
      bytes start_key = 3;
      Returns:
      The startKey.
    • getEndKey

      com.google.protobuf.ByteString getEndKey()
       region end key
       
      bytes end_key = 4;
      Returns:
      The endKey.
    • getNeedLeader

      boolean getNeedLeader()
       need leader [required] if true, the backup request will be sent to leader of the region. default is true .
       
      bool need_leader = 13;
      Returns:
      The needLeader.
    • getRegionTypeValue

      int getRegionTypeValue()
       region type [required]
       
      .dingodb.pb.common.RegionType region_type = 14;
      Returns:
      The enum numeric value on the wire for regionType.
    • getRegionType

      Common.RegionType getRegionType()
       region type [required]
       
      .dingodb.pb.common.RegionType region_type = 14;
      Returns:
      The regionType.
    • getBackupTs

      String getBackupTs()
       restore ts [optional] like "2022-09-08 13:30:00 +08:00"
       
      string backup_ts = 15;
      Returns:
      The backupTs.
    • getBackupTsBytes

      com.google.protobuf.ByteString getBackupTsBytes()
       restore ts [optional] like "2022-09-08 13:30:00 +08:00"
       
      string backup_ts = 15;
      Returns:
      The bytes for backupTs.
    • getBackupTso

      long getBackupTso()
       restore tso [optional] like "1631158200000000000"
       
      int64 backup_tso = 16;
      Returns:
      The backupTso.
    • getStoragePath

      String getStoragePath()
       storage path [optional]
       
      string storage_path = 17;
      Returns:
      The storagePath.
    • getStoragePathBytes

      com.google.protobuf.ByteString getStoragePathBytes()
       storage path [optional]
       
      string storage_path = 17;
      Returns:
      The bytes for storagePath.
    • hasStorageBackend

      boolean hasStorageBackend()
       The storage backend for backup. default is nfs file system [required]
       
      .dingodb.pb.common.StorageBackend storage_backend = 18;
      Returns:
      Whether the storageBackend field is set.
    • getStorageBackend

      Common.StorageBackend getStorageBackend()
       The storage backend for backup. default is nfs file system [required]
       
      .dingodb.pb.common.StorageBackend storage_backend = 18;
      Returns:
      The storageBackend.
    • getStorageBackendOrBuilder

      Common.StorageBackendOrBuilder getStorageBackendOrBuilder()
       The storage backend for backup. default is nfs file system [required]
       
      .dingodb.pb.common.StorageBackend storage_backend = 18;
    • hasSstMetas

      boolean hasSstMetas()
       restore files meta [required]
       
      .dingodb.pb.common.BackupDataFileValueSstMetaGroup sst_metas = 19;
      Returns:
      Whether the sstMetas field is set.
    • getSstMetas

       restore files meta [required]
       
      .dingodb.pb.common.BackupDataFileValueSstMetaGroup sst_metas = 19;
      Returns:
      The sstMetas.
    • getSstMetasOrBuilder

       restore files meta [required]
       
      .dingodb.pb.common.BackupDataFileValueSstMetaGroup sst_metas = 19;