public class TestTakeSnapshotHandler extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestTakeSnapshotHandler() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.client.TableDescriptor |
createTableInsertDataAndTakeSnapshot(Map<String,Object> snapshotProps) |
void |
setup() |
void |
shutdown() |
void |
testPreparePreserveMaxFileSizeDisabled() |
void |
testPreparePreserveMaxFileSizeEnabled() |
private static HBaseTestingUtility UTIL
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestTakeSnapshotHandler()
public void setup()
public org.apache.hadoop.hbase.client.TableDescriptor createTableInsertDataAndTakeSnapshot(Map<String,Object> snapshotProps) throws Exception
Exception
public void testPreparePreserveMaxFileSizeEnabled() throws Exception
Exception
public void testPreparePreserveMaxFileSizeDisabled() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.