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.client.transactional This package provides support for atomic transactions. 
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 Tools to help define network clients and servers. 
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.transactional   
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.util   
 

Classes in org.apache.hadoop.hbase.io used by org.apache.hadoop.hbase
HeapSize
          Implementations can be asked for an estimate of their size in bytes.
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.
HbaseMapWritable
          A Writable Map.
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.client.transactional
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.
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.
BloomFilterMapFile.Reader
           
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.
DataOutputBuffer
          A reusable DataOutput implementation that writes to an in-memory buffer.
HBaseMapFile
          HBase customizations of MapFile.
HBaseMapFile.HBaseReader
          A reader capable of reading and caching blocks of the data file.
HBaseMapFile.HBaseWriter
           
HbaseMapWritable
          A Writable Map.
HbaseObjectWritable
          This is a customized version of the polymorphic hadoop ObjectWritable.
HeapSize
          Implementations can be asked for an estimate of their size in bytes.
ImmutableBytesWritable
          A byte sequence that is usable as a key or value.
MapFile
          A file-based map from keys to values.
MapFile.Reader
          Provide access to an existing map.
MapFile.Writer
          Writes a new map.
Reference.Range
          For split HStoreFiles, it specifies if the file covers the lower half or the upper half of the key range
SequenceFile.CompressionType
          The compression type used to compress key/value pairs in the SequenceFile.
SequenceFile.Metadata
          The class encapsulating with the metadata of a file.
SequenceFile.Reader
          Reads key/value pairs from a sequence-format file.
SequenceFile.Sorter.RawKeyValueIterator
          The interface to iterate over raw keys/values of SequenceFiles.
SequenceFile.Sorter.SegmentDescriptor
          This class defines a merge segment.
SequenceFile.ValueBytes
          The interface to 'raw' values of SequenceFiles.
SequenceFile.Writer
          Write key/value pairs to a sequence-format file.
 

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.
HbaseMapWritable
          A Writable Map.
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.master
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
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.
BloomFilterMapFile.Reader
           
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.
ImmutableBytesWritable
          A byte sequence that is usable as a key or value.
MapFile.Reader
          Provide access to an existing map.
MapFile.Writer
          Writes a new map.
RowResult
          Holds row name and then a map of columns to cells.
SequenceFile.CompressionType
          The compression type used to compress key/value pairs in the SequenceFile.
 

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