Class TestRegionServerScan
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestRegionServerScan
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.Adminprivate static final byte[]static final HBaseClassTestRuleprivate static final org.apache.hadoop.conf.Configurationprivate static final byte[]org.junit.rules.TestName(package private) static final byte[](package private) static final byte[](package private) static final byte[](package private) static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilprivate static final byte[] - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static voidputToTable(org.apache.hadoop.hbase.client.Table table, byte[] rowkey) static voidstatic voidvoid 
- 
Field Details
- 
CLASS_RULE
 - 
name
 - 
CF
 - 
CQ
 - 
VALUE
 - 
TEST_UTIL
 - 
conf
 - 
admin
 - 
tableName
 - 
r0
 - 
r1
 - 
r2
 
 - 
 - 
Constructor Details
- 
TestRegionServerScan
public TestRegionServerScan() 
 - 
 - 
Method Details
- 
setupBeforeClass
- Throws:
 Exception
 - 
tearDownAfterClass
- Throws:
 Exception
 - 
testScannWhenRpcCallContextNull
- Throws:
 Exception
 - 
putToTable
private static void putToTable(org.apache.hadoop.hbase.client.Table table, byte[] rowkey) throws IOException - Throws:
 IOException
 
 -