public class TestMobSnapshotCloneIndependence extends TestSnapshotCloneIndependence
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
NUM_RS, snapshotName, snapshotNameAsString, TEST_FAM, testName, UTIL
Constructor and Description |
---|
TestMobSnapshotCloneIndependence() |
Modifier and Type | Method and Description |
---|---|
protected int |
countRows(org.apache.hadoop.hbase.client.Table table,
byte[]... families) |
protected org.apache.hadoop.hbase.client.Table |
createTable(org.apache.hadoop.hbase.TableName table,
byte[] family) |
void |
loadData(org.apache.hadoop.hbase.client.Table table,
byte[]... families) |
static void |
setupCluster()
Setup the config for the cluster and start it
|
protected static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
cleanupTest, setup, tearDown, testOfflineSnapshotAppendIndependent, testOfflineSnapshotDeleteIndependent, testOfflineSnapshotMetadataChangesIndependent, testOfflineSnapshotRegionOperationsIndependent, testOnlineSnapshotAppendIndependent, testOnlineSnapshotDeleteIndependent, testOnlineSnapshotMetadataChangesIndependent, testOnlineSnapshotRegionOperationsIndependent
public static final HBaseClassTestRule CLASS_RULE
public TestMobSnapshotCloneIndependence()
public static void setupCluster() throws Exception
Exception
- on failureprotected static void setupConf(org.apache.hadoop.conf.Configuration conf)
protected org.apache.hadoop.hbase.client.Table createTable(org.apache.hadoop.hbase.TableName table, byte[] family) throws Exception
createTable
in class TestSnapshotCloneIndependence
Exception
public void loadData(org.apache.hadoop.hbase.client.Table table, byte[]... families) throws Exception
loadData
in class TestSnapshotCloneIndependence
Exception
protected int countRows(org.apache.hadoop.hbase.client.Table table, byte[]... families) throws Exception
countRows
in class TestSnapshotCloneIndependence
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.