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

Packages that use org.apache.hadoop.hbase.util
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.cleaner   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.metrics   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.metrics   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.snapshot   
org.apache.hadoop.hbase.tool   
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.util.hbck   
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase
HasThread
          Abstract class which contains a Thread and delegates the common Thread methods to that instance.
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.catalog
Pair
          A generic class for pairs.
PairOfSameType
          A generic, immutable class for pairs of objects both of type T.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.client
Pair
          A generic class for pairs.
PoolMap.PoolType
           
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.constraint
Pair
          A generic class for pairs.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.coprocessor
Pair
          A generic class for pairs.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.filter
Pair
          A generic class for pairs.
 

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.
Pair
          A generic class for pairs.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.ipc
Pair
          A generic class for pairs.
PoolMap
          The PoolMap maps a key to a collection of values, the elements of which are managed by a pool.
PoolMap.PoolType
           
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.mapreduce
Pair
          A generic class for pairs.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.master
HasThread
          Abstract class which contains a Thread and delegates the common Thread methods to that instance.
InfoServer
          Create a Jetty embedded server to answer http requests.
Pair
          A generic class for pairs.
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.master.cleaner
HasThread
          Abstract class which contains a Thread and delegates the common Thread methods to that instance.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.master.snapshot
Pair
          A generic class for pairs.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.metrics
Pair
          A generic class for pairs.
 

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.
HashedBytes
          This class encapsulates a byte array and overrides hashCode and equals so that it's identity is based on the data rather than the array instance.
HasThread
          Abstract class which contains a Thread and delegates the common Thread methods to that instance.
InfoServer
          Create a Jetty embedded server to answer http requests.
Pair
          A generic class for pairs.
PairOfSameType
          A generic, immutable class for pairs of objects both of type T.
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.metrics
Pair
          A generic class for pairs.
 

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.DirFilter
          A PathFilter that returns directories.
FSVisitor.LogFileVisitor
           
FSVisitor.RecoveredEditsVisitor
           
FSVisitor.StoreFileVisitor
           
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.tool
Pair
          A generic class for pairs.
 

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.
Bytes.ByteArrayComparator
          Byte array comparator class.
ChecksumType
          Checksum types.
ClassLoaderBase
          Base class loader that defines couple shared constants used by sub-classes.
CompoundBloomFilterBase
           
CoprocessorClassLoader
          ClassLoader used to load classes for Coprocessor instances.
EnvironmentEdge
          Has some basic interaction with the environment.
FSUtils
          Utility methods for interacting with the underlying file system.
FSVisitor.LogFileVisitor
           
FSVisitor.RecoveredEditsVisitor
           
FSVisitor.StoreFileVisitor
           
Hash
          This class represents a common API for hashing functions.
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.
MetaUtils.ScannerListener
          Used by scanRootRegion and scanMetaRegion to call back the caller so it can process the data for a row.
ModifyRegionUtils.RegionFillTask
           
Pair
          A generic class for pairs.
PoolMap.Pool
           
PoolMap.PoolType
           
RegionSplitter.SplitAlgorithm
          A generic interface for the RegionSplitter code to use for all it's functionality.
RetryCounter
           
SoftValueSortedMap
          A SortedMap implementation that uses Soft Reference values internally to make it play well with the GC when in a low-memory situation.
 

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.