public class TestSlowLogAccessor extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static HBaseTestingUtility |
HBASE_TESTING_UTILITY |
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.hbase.regionserver.slowlog.SlowLogRecorder |
slowLogRecorder |
Constructor and Description |
---|
TestSlowLogAccessor() |
Modifier and Type | Method and Description |
---|---|
private int |
getTableCount(org.apache.hadoop.hbase.client.Connection connection) |
static void |
setup() |
void |
setUp() |
static void |
teardown() |
void |
testHigherSlowLogs() |
void |
testSlowLogRecords() |
private org.apache.hadoop.hbase.client.Connection |
waitForSlowLogTableCreation() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility HBASE_TESTING_UTILITY
private org.apache.hadoop.hbase.regionserver.slowlog.SlowLogRecorder slowLogRecorder
public TestSlowLogAccessor()
public void testSlowLogRecords() throws Exception
Exception
private int getTableCount(org.apache.hadoop.hbase.client.Connection connection)
private org.apache.hadoop.hbase.client.Connection waitForSlowLogTableCreation()
public void testHigherSlowLogs() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.