public abstract class AsyncFSTestBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.hadoop.hdfs.MiniDFSCluster |
CLUSTER |
protected static File |
CLUSTER_TEST_DIR |
private static org.slf4j.Logger |
LOG |
protected static HBaseCommonTestingUtility |
UTIL |
Constructor and Description |
---|
AsyncFSTestBase() |
Modifier and Type | Method and Description |
---|---|
private static String |
createDirAndSetProperty(String property) |
private static String |
createDirAndSetProperty(String relPath,
String property) |
private static void |
createDirsAndSetProperties() |
private static boolean |
deleteOnExit() |
protected static void |
setupClusterTestDir()
Creates a directory for the cluster, under the test data
|
protected static void |
shutdownMiniDFSCluster() |
protected static void |
startMiniDFSCluster(int servers) |
private static final org.slf4j.Logger LOG
protected static final HBaseCommonTestingUtility UTIL
protected static File CLUSTER_TEST_DIR
protected static org.apache.hadoop.hdfs.MiniDFSCluster CLUSTER
public AsyncFSTestBase()
private static boolean deleteOnExit()
protected static void setupClusterTestDir()
private static String createDirAndSetProperty(String property)
private static String createDirAndSetProperty(String relPath, String property)
private static void createDirsAndSetProperties() throws IOException
IOException
protected static void startMiniDFSCluster(int servers) throws IOException
IOException
protected static void shutdownMiniDFSCluster()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.