Class BackupCommands.HistoryCommand
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.backup.impl.BackupCommands.Command
org.apache.hadoop.hbase.backup.impl.BackupCommands.HistoryCommand
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
- Enclosing class:
- BackupCommands
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.backup.impl.BackupCommands.Command
cmdline, conn
-
Constructor Summary
ConstructorDescriptionHistoryCommand
(org.apache.hadoop.conf.Configuration conf, org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmdline) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.backup.impl.BackupCommands.Command
finish, requiresConsistentState, requiresNoActiveSession
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Field Details
-
DEFAULT_HISTORY_LENGTH
- See Also:
-
-
Constructor Details
-
HistoryCommand
HistoryCommand(org.apache.hadoop.conf.Configuration conf, org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmdline)
-
-
Method Details
-
execute
- Overrides:
execute
in classBackupCommands.Command
- Throws:
IOException
-
getBackupRootPath
- Throws:
IOException
-
getTableName
- Throws:
IOException
-
getTableSetName
-
parseHistoryLength
- Throws:
IOException
-
printUsage
- Specified by:
printUsage
in classBackupCommands.Command
-