Package org.apache.hadoop.hbase.client
Class TestResultFromCoprocessor
java.lang.Object
org.apache.hadoop.hbase.client.TestResultFromCoprocessor
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]private static final org.apache.hadoop.hbase.Cellprivate static final org.apache.hadoop.hbase.client.Resultprivate static final byte[]private static final byte[]private static final byte[]private static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilprivate static final byte[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static voidassertRowAndValue(org.apache.hadoop.hbase.client.Result r, byte[] row, byte[] value) static voidstatic voidvoidvoid
- 
Field Details- 
CLASS_RULE
- 
TEST_UTIL
- 
ROW
- 
FAMILY
- 
QUAL
- 
VALUE
- 
FIXED_VALUE
- 
FIXED_CELL
- 
FIXED_RESULT
- 
TABLE_NAME
 
- 
- 
Constructor Details- 
TestResultFromCoprocessorpublic TestResultFromCoprocessor()
 
- 
- 
Method Details- 
setUpBeforeClass- Throws:
- Exception
 
- 
tearDownAfterClass- Throws:
- Exception
 
- 
testAppend- Throws:
- IOException
 
- 
testIncrement- Throws:
- IOException
 
- 
assertRowAndValueprivate static void assertRowAndValue(org.apache.hadoop.hbase.client.Result r, byte[] row, byte[] value) 
 
-