Uses of Class
org.apache.hadoop.hbase.HStoreKey

Packages that use HStoreKey
org.apache.hadoop.hbase   
 

Uses of HStoreKey in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HStoreKey
static HStoreKey HStoreKey.create(byte[] b)
          Deprecated. Create a store key.
static HStoreKey HStoreKey.create(byte[] b, int offset, int length)
          Deprecated. Create a store key.
static HStoreKey HStoreKey.create(ByteBuffer bb)
          Deprecated. Create a store key.
 

Methods in org.apache.hadoop.hbase with parameters of type HStoreKey
 int HStoreKey.compareTo(HStoreKey o)
          Deprecated. Use Comparators instead. This can give wrong results.
static byte[] HStoreKey.getBytes(HStoreKey hsk)
          Deprecated. Return serialize hsk bytes.
static int HStoreKey.getSerializedSize(HStoreKey hsk)
          Deprecated.  
 boolean HStoreKey.matchesRowCol(HStoreKey other)
          Deprecated. Compares the row and column of two keys
 boolean HStoreKey.matchesRowFamily(HStoreKey that)
          Deprecated. Compares the row and column family of two keys
 boolean HStoreKey.matchesWithoutColumn(HStoreKey other)
          Deprecated. Compares the row and timestamp of two keys
 void HStoreKey.set(HStoreKey k)
          Deprecated. Set the value of this HStoreKey from the supplied key
 

Constructors in org.apache.hadoop.hbase with parameters of type HStoreKey
HStoreKey(HStoreKey other)
          Deprecated. Constructs a new HStoreKey from another
 



Copyright © 2010 The Apache Software Foundation