Field and Description |
---|
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 |
Method and Description |
---|
org.apache.hadoop.hbase.KeyValue.getBuffer()
Since 0.98.0. Use Cell Interface instead. Do not presume single backing buffer.
|
org.apache.hadoop.hbase.Cell.getFamily()
as of 0.96, use
CellUtil.cloneFamily(Cell) |
org.apache.hadoop.hbase.KeyValue.getFamily() |
org.apache.hadoop.hbase.Cell.getQualifier()
as of 0.96, use
CellUtil.cloneQualifier(Cell) |
org.apache.hadoop.hbase.KeyValue.getQualifier() |
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.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.oswrite(KeyValue, OutputStream) |
Constructor and Description |
---|
org.apache.hadoop.hbase.HBaseConfiguration() |
org.apache.hadoop.hbase.HBaseConfiguration(Configuration) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.