Package org.apache.hadoop.hbase.io

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.
BlockFSInputStream An implementation of FSInputStream that reads the stream in blocks of a fixed, configurable size.
Cell Cell - Used to transport a cell value (byte[]) and the timestamp it was stored with together as a result for get and getRow methods.
HbaseMapWritable<K,V> 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.
RowResult Holds row name and then a map of columns to cells.
 



Copyright © 2008 The Apache Software Foundation