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   
 

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.
HbaseMapWritable
          A Writable Map.
ImmutableBytesWritable
          A byte sequence that is usable as a key or value.
TextSequence
          As CharSequence is to String, so is TextSequence to Text (except a TextSequence is a Text whereas a String is a CharSequence).
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.io
BatchOperation
          Batch update operation.
HbaseObjectWritable
          This is a customized version of the polymorphic hadoop ObjectWritable.
ImmutableBytesWritable
          A byte sequence that is usable as a key or value.
 



Copyright © 2006 The Apache Software Foundation