public class TestReversedScannerCallable extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.client.ClusterConnection |
connection |
private org.apache.hadoop.hbase.RegionLocations |
regionLocations |
private byte[] |
ROW |
private org.apache.hadoop.hbase.ipc.RpcControllerFactory |
rpcFactory |
private org.apache.hadoop.hbase.client.Scan |
scan |
Constructor and Description |
---|
TestReversedScannerCallable() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testPrepareDoesNotUseCache() |
void |
testPrepareUsesCache() |
public static final HBaseClassTestRule CLASS_RULE
@Mock private org.apache.hadoop.hbase.client.ClusterConnection connection
@Mock private org.apache.hadoop.hbase.client.Scan scan
@Mock private org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcFactory
@Mock private org.apache.hadoop.hbase.RegionLocations regionLocations
private final byte[] ROW
public TestReversedScannerCallable()
public void testPrepareDoesNotUseCache() throws Exception
Exception
public void testPrepareUsesCache() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.