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

Packages that use org.apache.hadoop.hbase.util
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.coprocessor Table of Contents 
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.handler   
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.coprocessor
SortedList
          Simple sorted list implementation that uses ArrayList as the underlying collection so we can support RandomAccess.
 

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.
 

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.
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.handler
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.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
AbstractHBaseTool
          Common base class used for HBase command-line tools.
FSUtils.BlackListDirFilter
          Directory filter that doesn't include any of the directories in the specified blacklist
FSVisitor.LogFileVisitor
           
 

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.
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.RegionVisitor
           
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.RegionEditTask
           
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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.