@InterfaceAudience.Private @InterfaceStability.Evolving public class MapReduceRestoreService extends Object implements IncrementalRestoreService
| Modifier and Type | Field and Description | 
|---|---|
static Log | 
LOG  | 
| Constructor and Description | 
|---|
MapReduceRestoreService()  | 
| Modifier and Type | Method and Description | 
|---|---|
static LoadIncrementalHFiles | 
createLoader(Configuration conf)  | 
Configuration | 
getConf()  | 
void | 
run(Path[] fileDirPaths,
   TableName[] tableNames,
   TableName[] newTableNames)
Run restore operation 
 | 
void | 
setConf(Configuration conf)  | 
public void run(Path[] fileDirPaths,
                TableName[] tableNames,
                TableName[] newTableNames)
         throws IOException
IncrementalRestoreServicerun in interface IncrementalRestoreServicefileDirPaths - - path array of WAL log directoriestableNames - - from tablesnewTableNames - - to tablesIOExceptionpublic static LoadIncrementalHFiles createLoader(Configuration conf) throws IOException
IOExceptionpublic Configuration getConf()
public void setConf(Configuration conf)