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

Packages that use org.apache.hadoop.hbase.regionserver
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.handler   
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.
StoreFile.BloomType
           
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase.io
StoreFile.Reader
          Reader for a StoreFile.
 

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.
CompactionRequestor
           
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
          Request a flush.
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.
LeaseException
          Reports a problem with a lease
LeaseListener
          LeaseListener is an interface meant to be implemented by users of the Leases class.
Leases
          Leases There are several server classes in HBase that need to track external clients that occasionally send heartbeats.
Leases.LeaseStillHeldException
          Thrown if we are asked create a lease but lease on passed name already exists.
LruHashMap.Entry
          Entry to store key/value mappings.
MemStore
          The MemStore holds in-memory modifications to the Store.
MemStoreLAB.Allocation
          The result of a single allocation.
ReadWriteConsistencyControl
          Manages the read/write consistency within memstore.
ReadWriteConsistencyControl.WriteEntry
           
RegionServerServices
          Services provided by HRegionServer
ScanQueryMatcher.MatchCode
          ScanQueryMatcher.match(org.apache.hadoop.hbase.KeyValue) return codes.
Store
          A Store holds a column family in a Region.
StoreFile
          A Store data file.
StoreFile.BloomType
           
StoreFile.Reader
          Reader for a StoreFile.
StoreFile.Writer
          A StoreFile writer.
TimeRangeTracker
          Stores the minimum and maximum timestamp values.
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase.regionserver.handler
RegionServerServices
          Services provided by HRegionServer
 

Classes in org.apache.hadoop.hbase.regionserver used by org.apache.hadoop.hbase.util
HRegion
          HRegion stores data for a certain region of a table.
HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.