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   
org.apache.hadoop.hbase.io.util   
org.apache.hadoop.hbase.types This package provides the definition and implementation of HBase's extensible data type API. 
org.apache.hadoop.hbase.util   
 

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.
 

Classes in org.apache.hadoop.hbase.util used by org.apache.hadoop.hbase.io.hfile
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.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
ByteRange
          Lightweight, reusable class for specifying ranges of byte[]'s.
Bytes.ByteArrayComparator
          Byte array comparator class.
ChecksumType
          Checksum types.
ClassLoaderBase
          Base class loader that defines couple shared constants used by sub-classes.
CoprocessorClassLoader
          ClassLoader used to load classes for Coprocessor instances.
EnvironmentEdge
          Has some basic interaction with the environment.
Hash
          This class represents a common API for hashing functions.
Order
          Used to describe or modify the lexicographical sort order of a byte[].
Pair
          A generic class for pairs.
PositionedByteRange
           Extends ByteRange with additional methods to support tracking a consumers position within the viewport.
PrettyPrinter.Unit
           
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.
 



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