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

Packages that use org.apache.hadoop.hbase.regionserver
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
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.ipc
HRegion
          HRegion stores data for a certain region of a table.
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase.regionserver
ColumnCount
          Simple wrapper for a byte buffer and a counter.
ColumnTracker
          Implementing classes of this interface will be used for the tracking and enforcement of columns and numbers of versions during the course of a Get or Scan operation.
DeleteTracker
          This interface is used for the tracking and enforcement of Deletes during the course of a Get or Scan operation.
DeleteTracker.DeleteCompare
          Return codes for comparison of two Deletes.
FlushRequester
          Implementors of this interface want to be notified when an HRegion determines that a cache flush is needed.
GetDeleteTracker.Delete
          Internal class used to store the necessary information for a Delete.
HLog
          HLog stores all the edits to the HStore.
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.
InternalScanner
          Internal scanners differ from client-side scanners in that they operate on HStoreKeys and byte[] instead of RowResults.
KeyValueScanner
          Scanner that returns the next KeyValue.
LogRollListener
          Mechanism by which the HLog requests a log roll
LruHashMap.Entry
          Entry to store key/value mappings.
MemStore
          The MemStore holds in-memory modifications to the Store.
QueryMatcher
          This is the primary class used to process KeyValues during a Get or Scan operation.
Store
          A Store holds a column family in a Region.
StoreFile
          A Store data file.
 

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.
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.
InternalScanner
          Internal scanners differ from client-side scanners in that they operate on HStoreKeys and byte[] instead of RowResults.
StoreFile
          A Store data file.
 

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 © 2009 The Apache Software Foundation