public class TestVerifyCellsReplicationEndpoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestVerifyCellsReplicationEndpoint.EndpointForTest |
Modifier and Type | Field and Description |
---|---|
private static BlockingQueue<org.apache.hadoop.hbase.Cell> |
CELLS |
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
CQ |
private static org.slf4j.Logger |
LOG |
private static String |
PEER_ID |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestVerifyCellsReplicationEndpoint() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
test() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final byte[] CF
private static final byte[] CQ
private static final String PEER_ID
private static final BlockingQueue<org.apache.hadoop.hbase.Cell> CELLS
public TestVerifyCellsReplicationEndpoint()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.