Package org.apache.hadoop.hbase.backup
Class TestBackupCommandLineTool
java.lang.Object
org.apache.hadoop.hbase.backup.TestBackupCommandLineTool
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRule
(package private) org.apache.hadoop.conf.Configuration
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
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
-