Uses of Package
org.apache.hadoop.hbase.io

Packages that use org.apache.hadoop.hbase.io
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.mapred   
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase
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.
KeyedData
          KeyedData is just a data pair.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.io
BatchOperation
          batch update operation
ImmutableBytesWritable
          A byte sequence that is usable as a key or value.
KeyedData
          KeyedData is just a data pair.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.mapred
KeyedDataArrayWritable
          Wraps an array of KeyedData items as a Writable.
 



Copyright © 2006 The Apache Software Foundation