public class TestScanWithoutFetchingData extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static int |
COUNT |
private static byte[] |
CQ |
private static org.apache.hadoop.hbase.HRegionInfo |
HRI |
private static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface |
STUB |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestScanWithoutFetchingData() |
Modifier and Type | Method and Description |
---|---|
private void |
assertResult(int row,
org.apache.hadoop.hbase.client.Result result) |
static void |
setUp() |
static void |
tearDown() |
void |
test() |
public static final HBaseClassTestRule CLASS_RULE
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 int COUNT
private static org.apache.hadoop.hbase.HRegionInfo HRI
private static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface STUB
public TestScanWithoutFetchingData()
private void assertResult(int row, org.apache.hadoop.hbase.client.Result result)
public void test() throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException, IOException
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.