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

Packages that use org.apache.hadoop.hbase.regionserver
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase
HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase.regionserver
FlushRequester
          Implementors of this interface want to be notified when an HRegion determines that a cache flush is needed.
HLog
          HLog stores all the edits to the HStore.
HRegion
          HRegion stores data for a certain region of a table.
HRegionServer
          HRegionServer makes a set of HRegions available to clients.
HStore
          HStore maintains a bunch of data files.
HStoreFile
          A HStore data file.
HStoreFile.Range
          For split HStoreFiles, specifies if the file covers the lower half or the upper half of the key range
InternalScanner
          Internal scanners differ from client-side scanners in that they operate on HStoreKeys and byte[] instead of RowResults.
LogRollListener
          Mechanism by which the HLog requests a log roll
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase.util
HLog
          HLog stores all the edits to the HStore.
HRegion
          HRegion stores data for a certain region of a table.
 



Copyright © 2008 The Apache Software Foundation