|
Class Summary |
| BatchOperation |
Batch update operation. |
| BatchUpdate |
A Writable object that contains a series of BatchOperations
There is one BatchUpdate object per server, so a series of batch operations
can result in multiple BatchUpdate objects if the batch contains rows that
are served by multiple region servers. |
| HbaseMapWritable |
A Writable Map. |
| HbaseObjectWritable |
This is a customized version of the polymorphic hadoop
ObjectWritable. |
| ImmutableBytesWritable |
A byte sequence that is usable as a key or value. |
| ImmutableBytesWritable.Comparator |
A Comparator optimized for ImmutableBytesWritable. |
| TextSequence |
As CharSequence is to String, so is TextSequence to Text
(except a TextSequence is a Text whereas a String is a CharSequence). |