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.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.metrics   
org.apache.hadoop.hbase.util   
 

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

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

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.
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.regionserver.metrics
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.
ByteBloomFilter
          Implements a Bloom filter, as defined by Bloom in 1970.
EnvironmentEdge
          Has some basic interaction with the environment.
Hash
          This class represents a common API for hashing functions.
JVMClusterUtil.MasterThread
          Datastructure to hold Master Thread and Master instance
JVMClusterUtil.RegionServerThread
          Datastructure to hold RegionServer Thread and RegionServer instance
MetaUtils.ScannerListener
          Used by scanRootRegion and scanMetaRegion to call back the caller so it can process the data for a row.
Pair
          A generic class for pairs.
RegionSplitter.SplitAlgorithm
          A generic interface for the RegionSplitter code to use for all it's functionality.
SoftValueSortedMap
          A SortedMap implementation that uses Soft Reference values internally to make it play well with the GC when in a low-memory situation.
 



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