Package org.apache.hadoop.hbase.io
Class TestImmutableBytesWritable
java.lang.Object
org.apache.hadoop.hbase.io.TestImmutableBytesWritable
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate voiddoComparisonsOnObjects(org.apache.hadoop.hbase.io.ImmutableBytesWritable a, org.apache.hadoop.hbase.io.ImmutableBytesWritable b, int expectedSignum) private voiddoComparisonsOnRaw(org.apache.hadoop.hbase.io.ImmutableBytesWritable a, org.apache.hadoop.hbase.io.ImmutableBytesWritable b, int expectedSignum) private voidprivate intsignum(int i) voidvoidtestHash()void 
- 
Field Details
- 
CLASS_RULE
 
 - 
 - 
Constructor Details
- 
TestImmutableBytesWritable
public TestImmutableBytesWritable() 
 - 
 - 
Method Details
- 
testHash
- Throws:
 Exception
 - 
testSpecificCompare
 - 
testComparison
- Throws:
 Exception
 - 
runTests
- Throws:
 Exception
 - 
signum
 - 
doComparisonsOnRaw
private void doComparisonsOnRaw(org.apache.hadoop.hbase.io.ImmutableBytesWritable a, org.apache.hadoop.hbase.io.ImmutableBytesWritable b, int expectedSignum) throws IOException - Throws:
 IOException
 - 
doComparisonsOnObjects
private void doComparisonsOnObjects(org.apache.hadoop.hbase.io.ImmutableBytesWritable a, org.apache.hadoop.hbase.io.ImmutableBytesWritable b, int expectedSignum)  
 -