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

Packages that use org.apache.hadoop.hbase.util
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.snapshot   
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.util.hbck   
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase
JVMClusterUtil.MasterThread
          Datastructure to hold Master Thread and Master instance
JVMClusterUtil.RegionServerThread
          Datastructure to hold RegionServer Thread and RegionServer instance
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.io.hfile
BloomFilterWriter
          Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.
ChecksumType
          Checksum types.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.master
InfoServer
          Create a Jetty embedded server to answer http requests.
ServerCommandLine
          Base class for command lines that start up various HBase daemons.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.regionserver
BloomFilter
          Defines the general behavior of a bloom filter.
CancelableProgressable
          Similar interface as Progressable but returns a boolean to support canceling the operation.
ChecksumType
          Checksum types.
InfoServer
          Create a Jetty embedded server to answer http requests.
ServerCommandLine
          Base class for command lines that start up various HBase daemons.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.regionserver.wal
CancelableProgressable
          Similar interface as Progressable but returns a boolean to support canceling the operation.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.snapshot
FSUtils.BlackListDirFilter
          Directory filter that doesn't include any of the directories in the specified blacklist
FSUtils.DirFilter
          A PathFilter that only allows directories.
FSVisitor.LogFileVisitor
           
FSVisitor.RecoveredEditsVisitor
           
FSVisitor.StoreFileVisitor
           
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.util
BloomFilter
          Defines the general behavior of a bloom filter.
BloomFilterBase
          Common methods Bloom filter methods required at read and write time.
BloomFilterWriter
          Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.
ByteBloomFilter
          Implements a Bloom filter, as defined by Bloom in 1970.
CancelableProgressable
          Similar interface as Progressable but returns a boolean to support canceling the operation.
ChecksumType
          Checksum types.
CompoundBloomFilterBase
           
FSUtils
          Utility methods for interacting with the underlying file system.
FSUtils.BlackListDirFilter
          Directory filter that doesn't include any of the directories in the specified blacklist
FSVisitor.LogFileVisitor
           
FSVisitor.RecoveredEditsVisitor
           
FSVisitor.StoreFileVisitor
           
HBaseFsck
          HBaseFsck (hbck) is a tool for checking and repairing region consistency and table integrity problems in a corrupted HBase.
HBaseFsck.ErrorReporter
           
HBaseFsck.ErrorReporter.ERROR_CODE
           
HBaseFsck.HbckInfo
          Maintain information about a particular region.
HBaseFsck.TableInfo
          Maintain information about a particular table.
IdLock.Entry
          An entry returned to the client as a lock object
JVMClusterUtil.MasterThread
          Datastructure to hold Master Thread and Master instance
JVMClusterUtil.RegionServerThread
          Datastructure to hold RegionServer Thread and RegionServer instance
KeyRange
          A key range use in split coverage.
ModifyRegionUtils.RegionFillTask
           
RegionSplitter.SplitAlgorithm
          A generic interface for the RegionSplitter code to use for all it's functionality.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.util.hbck
HBaseFsck.ErrorReporter
           
HBaseFsck.HbckInfo
          Maintain information about a particular region.
HBaseFsck.TableInfo
          Maintain information about a particular table.
 



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