Interface RestoreJob

All Superinterfaces:
org.apache.hadoop.conf.Configurable
All Known Implementing Classes:
MapReduceRestoreJob, MapReduceRestoreToOriginalSplitsJob

@Private public interface RestoreJob extends org.apache.hadoop.conf.Configurable
Restore operation job interface Concrete implementation is provided by backup provider, see BackupRestoreFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final boolean
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.apache.hadoop.fs.Path[] dirPaths, TableName[] fromTables, org.apache.hadoop.fs.Path restoreRootDir, TableName[] toTables, boolean fullBackupRestore)
    Run restore operation

    Methods inherited from interface org.apache.hadoop.conf.Configurable

    getConf, setConf