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

Packages that use org.apache.hadoop.hbase.io
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to Scanner.next()
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.util   
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase
ImmutableBytesWritable
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.client
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.
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.
RowResult
          Holds row name and then a map of columns to cells.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.filter
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.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.io
BatchOperation
          Batch update operation.
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
          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.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.ipc
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.
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.
RowResult
          Holds row name and then a map of columns to cells.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.mapred
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.
RowResult
          Holds row name and then a map of columns to cells.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.regionserver
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.
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.
ImmutableBytesWritable
          A byte sequence that is usable as a key or value.
RowResult
          Holds row name and then a map of columns to cells.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.rest
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.
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase.util
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.
 



Copyright © 2008 The Apache Software Foundation