public class TestPerformanceEvaluation extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static HBaseTestingUtility |
HTU |
Constructor and Description |
---|
TestPerformanceEvaluation() |
Modifier and Type | Method and Description |
---|---|
void |
testDefaultInMemoryCompaction() |
void |
testParseOptsNoThreads() |
void |
testParseOptsWithThreads() |
void |
testParseOptsWrongThreads() |
void |
testRandomReadCalculation() |
void |
testSerialization() |
void |
testSetBufferSizeOption() |
void |
testSizeCalculation() |
void |
testWriteInputFile()
Exercise the mr spec writing.
|
void |
testZipfian() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility HTU
public TestPerformanceEvaluation()
public void testDefaultInMemoryCompaction()
public void testSerialization() throws com.fasterxml.jackson.core.JsonGenerationException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonGenerationException
com.fasterxml.jackson.databind.JsonMappingException
IOException
public void testWriteInputFile() throws IOException
IOException
public void testSizeCalculation()
public void testRandomReadCalculation()
public void testZipfian() throws NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
public void testSetBufferSizeOption()
public void testParseOptsWithThreads()
public void testParseOptsWrongThreads()
public void testParseOptsNoThreads()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.