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

Packages that use org.apache.hadoop.hbase.util
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
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.
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.
 

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.mapreduce
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.
HBaseFsck
          HBaseFsck (hbck) is a tool for checking and repairing region consistency and table integrity problems in a corrupted HBase.
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.
SimpleByteRange
          A basic ByteRange implementation.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.