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.regionserver.tableindexed   
org.apache.hadoop.hbase.regionserver.transactional   
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.
HLogEdit
          A log value.
HLogEdit.TransactionalOperation
          If transactional log entry, these are the op codes
HLogKey
          A Key for an entry in the change log.
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.
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.regionserver.tableindexed
HRegion
          HRegion stores data for a certain region of a table.
HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase.regionserver.transactional
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.
HStoreFile
          A HStore data file.
InternalScanner
          Internal scanners differ from client-side scanners in that they operate on HStoreKeys and byte[] instead of RowResults.
 

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