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.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
org.apache.hadoop.hbase.codec.prefixtree.encode   
org.apache.hadoop.hbase.codec.prefixtree.encode.column   
org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize   
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.io.util   
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.balancer   
org.apache.hadoop.hbase.master.cleaner   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.metrics   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.handler   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.visibility   
org.apache.hadoop.hbase.snapshot   
org.apache.hadoop.hbase.types This package provides the definition and implementation of HBase's extensible data type API. 
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.util.byterange   
org.apache.hadoop.hbase.util.byterange.impl   
org.apache.hadoop.hbase.util.hbck   
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
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
Pair
          A generic class for pairs.
PairOfSameType
          A generic, immutable class for pairs of objects both of type T.
PrettyPrinter.Unit
           
 

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.
PoolMap.PoolType
           
 

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

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.codec.prefixtree.encode
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.codec.prefixtree.encode.column
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
 

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.
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.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.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.io.util
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.
Triple
          Utility class to manage a triple.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.master.balancer
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.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.protobuf
Pair
          A generic class for pairs.
Triple
          Utility class to manage a triple.
 

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

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

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

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

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.types
Order
          Used to describe or modify the lexicographical sort order of a byte[].
PositionedByteRange
           Extends ByteRange with additional methods to support tracking a consumers position within the viewport.
 

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.
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
Bytes.ByteArrayComparator
          Byte array comparator class.
CancelableProgressable
          Similar interface as Progressable but returns a boolean to support canceling the operation.
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.
FSUtils.BlackListDirFilter
          Directory filter that doesn't include any of the directories in the specified blacklist
FSVisitor.LogFileVisitor
           
FSVisitor.RecoveredEditsVisitor
           
FSVisitor.RegionVisitor
           
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.
ModifyRegionUtils.RegionEditTask
           
ModifyRegionUtils.RegionFillTask
           
Order
          Used to describe or modify the lexicographical sort order of a byte[].
Pair
          A generic class for pairs.
PoolMap.Pool
           
PoolMap.PoolType
           
PositionedByteRange
           Extends ByteRange with additional methods to support tracking a consumers position within the viewport.
PrettyPrinter.Unit
           
RegionSplitter.SplitAlgorithm
          A generic interface for the RegionSplitter code to use for all it's functionality.
RetryCounter
           
RetryCounter.BackoffPolicy
          Policy for calculating sleeping intervals between retry attempts
RetryCounter.ExponentialBackoffPolicy
           
RetryCounter.RetryConfig
          Configuration for a retry counter
SimpleByteRange
          A basic ByteRange implementation.
Triple
          Utility class to manage a triple.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.util.byterange
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.util.byterange.impl
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
 

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.