public class TestSnapshotStoreFileSize extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static String |
FAMILY_NAME |
private org.apache.hadoop.fs.FileSystem |
fs |
private static String |
SNAPSHOT_NAME |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestSnapshotStoreFileSize() |
Modifier and Type | Method and Description |
---|---|
static void |
setup() |
static void |
teardown() |
void |
testIsStoreFileSizeMatchFilesystemAndManifest() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final String SNAPSHOT_NAME
private static final String FAMILY_NAME
private static org.apache.hadoop.conf.Configuration conf
private org.apache.hadoop.hbase.client.Admin admin
private org.apache.hadoop.fs.FileSystem fs
public TestSnapshotStoreFileSize()
public void testIsStoreFileSizeMatchFilesystemAndManifest() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.