public class TestHRegionTracing extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static byte[] |
QUALIFIER |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private static byte[] |
ROW |
TableNameTestRule |
tableNameRule |
io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule |
traceRule |
private static HBaseTestingUtility |
UTIL |
private static byte[] |
VALUE |
private org.apache.hadoop.hbase.wal.WAL |
wal |
Constructor and Description |
---|
TestHRegionTracing() |
Modifier and Type | Method and Description |
---|---|
private void |
assertSpan(String spanName) |
void |
setUp() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAppend() |
void |
testBatchMutate() |
void |
testCheckAndMutate() |
void |
testDelete() |
void |
testGet() |
void |
testIncrement() |
void |
testPut() |
void |
testScanner() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseTestingUtility UTIL
private static byte[] FAMILY
private static byte[] QUALIFIER
private static byte[] ROW
private static byte[] VALUE
public final io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule traceRule
public final TableNameTestRule tableNameRule
private org.apache.hadoop.hbase.wal.WAL wal
private org.apache.hadoop.hbase.regionserver.HRegion region
public TestHRegionTracing()
public static void tearDownAfterClass() throws IOException
IOException
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
private void assertSpan(String spanName)
public void testGet() throws IOException
IOException
public void testPut() throws IOException
IOException
public void testDelete() throws IOException
IOException
public void testAppend() throws IOException
IOException
public void testIncrement() throws IOException
IOException
public void testBatchMutate() throws IOException
IOException
public void testCheckAndMutate() throws IOException
IOException
public void testScanner() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.