Package org.apache.hadoop.hbase.io

Class Summary
BatchOperation Batch update operations such as put, delete, and deleteAll.
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.
ImmutableBytesWritable A byte sequence that is usable as a key or value.
ImmutableBytesWritable.Comparator A Comparator optimized for ImmutableBytesWritable.
 

Enum Summary
BatchOperation.Operation Operation types.
 



Copyright © 2006 The Apache Software Foundation