public class TestSnapshotClientRetries extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSnapshotClientRetries.MasterSyncObserver |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
TEST_UTIL |
TableNameTestRule |
testTable |
Constructor and Description |
---|
TestSnapshotClientRetries() |
Modifier and Type | Method and Description |
---|---|
void |
cloneAndAssertOneRetry(String snapshotName,
org.apache.hadoop.hbase.TableName tableName) |
private TestSnapshotClientRetries.MasterSyncObserver |
getMasterSyncObserver() |
void |
setUp() |
void |
snapshotAndAssertOneRetry(String snapshotName,
org.apache.hadoop.hbase.TableName tableName) |
void |
tearDown() |
void |
testCloneNonExistentSnapshot() |
void |
testSnapshotAlreadyExist() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final org.slf4j.Logger LOG
public TableNameTestRule testTable
public TestSnapshotClientRetries()
public void testSnapshotAlreadyExist() throws Exception
Exception
public void testCloneNonExistentSnapshot() throws Exception
Exception
public void snapshotAndAssertOneRetry(String snapshotName, org.apache.hadoop.hbase.TableName tableName) throws Exception
Exception
public void cloneAndAssertOneRetry(String snapshotName, org.apache.hadoop.hbase.TableName tableName) throws Exception
Exception
private TestSnapshotClientRetries.MasterSyncObserver getMasterSyncObserver()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.