Deprecated API


Contents
Deprecated Fields
org.apache.hadoop.hbase.HConstants.HBASE_REGIONSERVER_LEASE_PERIOD_KEY
          This config option is deprecated. Will be removed at later releases after 0.96. 
org.apache.hadoop.hbase.HConstants.META_TABLE_NAME
           
 

Deprecated Methods
org.apache.hadoop.hbase.Cell.getFamily()
          as of 0.96, use CellUtil.cloneFamily(Cell) 
org.apache.hadoop.hbase.KeyValue.getFamily()
           
org.apache.hadoop.hbase.KeyValue.getFamilyOffset(int)
           
org.apache.hadoop.hbase.KeyValue.getMemstoreTS()
           
org.apache.hadoop.hbase.Cell.getQualifier()
          as of 0.96, use CellUtil.cloneQualifier(Cell) 
org.apache.hadoop.hbase.KeyValue.getQualifier()
           
org.apache.hadoop.hbase.KeyValue.getQualifierLength(int, int)
           
org.apache.hadoop.hbase.KeyValue.getQualifierOffset(int)
           
org.apache.hadoop.hbase.Cell.getRow()
          as of 0.96, use CellUtil.getRowByte(Cell, int) 
org.apache.hadoop.hbase.KeyValue.getRow()
           
org.apache.hadoop.hbase.KeyValue.getTimestampOffset(int)
           
org.apache.hadoop.hbase.KeyValue.getType()
           
org.apache.hadoop.hbase.Cell.getValue()
          as of 0.96, use CellUtil.cloneValue(Cell) 
org.apache.hadoop.hbase.KeyValue.getValue()
           
org.apache.hadoop.hbase.KeyValue.isDelete()
           
org.apache.hadoop.hbase.KeyValue.setMemstoreTS(long)
           
 

Deprecated Constructors
org.apache.hadoop.hbase.HBaseConfiguration()
           
org.apache.hadoop.hbase.HBaseConfiguration(Configuration)
           
org.apache.hadoop.hbase.KeyValue(byte[], byte[], byte[], int, int, long, KeyValue.Type, byte[], int, int)
           
org.apache.hadoop.hbase.KeyValue(byte[], byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int)
           
org.apache.hadoop.hbase.KeyValue(byte[], int, byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int)
           
 



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