Package org.apache.hadoop.hbase.backup
Class TestBackupCommandLineTool
java.lang.Object
org.apache.hadoop.hbase.backup.TestBackupCommandLineTool
@Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestBackupCommandLineTool
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.hadoop.conf.Configurationprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
USAGE_DESCRIBE
- See Also:
-
USAGE_CREATE
- See Also:
-
USAGE_HISTORY
- See Also:
-
USAGE_BACKUP
- See Also:
-
USAGE_DELETE
- See Also:
-
USAGE_PROGRESS
- See Also:
-
USAGE_SET
- See Also:
-
USAGE_RESTORE
- See Also:
-
conf
org.apache.hadoop.conf.Configuration conf
-
-
Constructor Details
-
TestBackupCommandLineTool
public TestBackupCommandLineTool()
-
-
Method Details
-
setUpBefore
- Throws:
Exception
-
testBackupDriverDescribeHelp
- Throws:
Exception
-
testBackupDriverCreateTopLevelBackupDest
- Throws:
Exception
-
testBackupDriverCreateHelp
- Throws:
Exception
-
testBackupDriverHistoryHelp
- Throws:
Exception
-
testBackupDriverDeleteHelp
- Throws:
Exception
-
testBackupDriverProgressHelp
- Throws:
Exception
-
testBackupDriverSetHelp
- Throws:
Exception
-
testBackupDriverHelp
- Throws:
Exception
-
testRestoreDriverHelp
- Throws:
Exception
-
testBackupDriverUnrecognizedCommand
- Throws:
Exception
-
testBackupDriverUnrecognizedOption
- Throws:
Exception
-
testRestoreDriverUnrecognizedOption
- Throws:
Exception
-
testBackupDriverCreateWrongArgNumber
- Throws:
Exception
-
testBackupDriverDeleteWrongArgNumber
- Throws:
Exception
-
testBackupDriverHistoryWrongArgs
- Throws:
Exception
-
testBackupDriverWrongBackupDestination
- Throws:
Exception
-
testBackupDriverBackupSetAndList
- Throws:
Exception
-