public class TestTableSnapshotScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
bbb |
static HBaseClassTestRule |
CLASS_RULE |
static byte[] |
yyy |
| Constructor and Description |
|---|
TestTableSnapshotScanner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
blockUntilSplitFinished(HBaseTestingUtility util,
TableName tableName,
int expectedRegionSize) |
static void |
createTableAndSnapshot(HBaseTestingUtility util,
TableName tableName,
String snapshotName,
int numRegions) |
void |
setupCluster() |
void |
tearDown() |
void |
tearDownCluster() |
void |
testNoDuplicateResultsWhenSplitting() |
void |
testScannerWithRestoreScanner() |
void |
testWithMultiRegion() |
void |
testWithOfflineHBaseMultiRegion() |
void |
testWithSingleRegion() |
public static final HBaseClassTestRule CLASS_RULE
public static byte[] bbb
public static byte[] yyy
public TestTableSnapshotScanner()
public static void blockUntilSplitFinished(HBaseTestingUtility util, TableName tableName, int expectedRegionSize) throws Exception
Exceptionpublic void setupCluster() throws Exception
Exceptionpublic void tearDownCluster() throws Exception
Exceptionpublic static void createTableAndSnapshot(HBaseTestingUtility util, TableName tableName, String snapshotName, int numRegions) throws Exception
Exceptionpublic void testNoDuplicateResultsWhenSplitting() throws Exception
Exceptionpublic void testWithSingleRegion() throws Exception
Exceptionpublic void testWithMultiRegion() throws Exception
Exceptionpublic void testWithOfflineHBaseMultiRegion() throws Exception
Exceptionpublic void testScannerWithRestoreScanner() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.