@InterfaceAudience.Private @InterfaceStability.Evolving public interface IncrementalRestoreService
Modifier and Type | Method and Description |
---|---|
void |
run(Path[] logDirectoryPaths,
TableName[] fromTables,
TableName[] toTables)
Run restore operation
|
void run(Path[] logDirectoryPaths, TableName[] fromTables, TableName[] toTables) throws IOException
logDirectoryPaths
- - path array of WAL log directoriesfromTables
- - from tablestoTables
- - to tablesIOException