org.apache.hadoop.hbase.io
Class RowResult.Entry

java.lang.Object
  extended by org.apache.hadoop.hbase.io.RowResult.Entry
All Implemented Interfaces:
Map.Entry<byte[],Cell>
Enclosing class:
RowResult

public class RowResult.Entry
extends Object
implements Map.Entry<byte[],Cell>

Row entry.


Method Summary
 byte[] getKey()
           
 Cell getValue()
           
 Cell setValue(Cell c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Method Detail

setValue

public Cell setValue(Cell c)
Specified by:
setValue in interface Map.Entry<byte[],Cell>

getKey

public byte[] getKey()
Specified by:
getKey in interface Map.Entry<byte[],Cell>

getValue

public Cell getValue()
Specified by:
getValue in interface Map.Entry<byte[],Cell>


Copyright © 2010 The Apache Software Foundation