public class TestWALFiltering extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF1 |
private static byte[] |
CF2 |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[][] |
FAMILIES |
private static int |
NUM_RS |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestWALFiltering() |
Modifier and Type | Method and Description |
---|---|
private void |
fillTable() |
private void |
flushAllRegions(int rsId) |
private List<byte[]> |
getRegionsByServer(int rsId) |
private org.apache.hadoop.hbase.regionserver.HRegionServer |
getRegionServer(int rsId) |
void |
setUp() |
void |
tearDown() |
void |
testFlushedSequenceIdsSentToHMaster() |
public static final HBaseClassTestRule CLASS_RULE
private static final int NUM_RS
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final byte[] CF1
private static final byte[] CF2
private static final byte[][] FAMILIES
private HBaseTestingUtility TEST_UTIL
public TestWALFiltering()
private void fillTable() throws IOException, InterruptedException
IOException
InterruptedException
public void testFlushedSequenceIdsSentToHMaster() throws IOException, InterruptedException, org.apache.hbase.thirdparty.com.google.protobuf.ServiceException, com.google.protobuf.ServiceException
IOException
InterruptedException
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
private List<byte[]> getRegionsByServer(int rsId) throws IOException
IOException
private org.apache.hadoop.hbase.regionserver.HRegionServer getRegionServer(int rsId)
private void flushAllRegions(int rsId) throws com.google.protobuf.ServiceException, org.apache.hbase.thirdparty.com.google.protobuf.ServiceException, IOException
com.google.protobuf.ServiceException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.