public class TestMaxResultsPerColumnFamily extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[][] |
FAMILIES |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
UTIL |
private static byte[][] |
VALUES |
Constructor and Description |
---|
TestMaxResultsPerColumnFamily() |
Modifier and Type | Method and Description |
---|---|
(package private) static int |
countScanRows(org.apache.hadoop.hbase.client.Table t,
org.apache.hadoop.hbase.client.Scan scan) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testSetMaxResultsPerColumnFamilySimple() |
public static final HBaseClassTestRule CLASS_RULE
private static final byte[][] FAMILIES
private static final byte[][] VALUES
private static final HBaseTestingUtility UTIL
public org.junit.rules.TestName name
public TestMaxResultsPerColumnFamily()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testSetMaxResultsPerColumnFamilySimple() throws Exception
Exception
static int countScanRows(org.apache.hadoop.hbase.client.Table t, org.apache.hadoop.hbase.client.Scan scan) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.