org.apache.hadoop.hbase.rest.descriptors
Class RestCell

java.lang.Object
  extended by org.apache.hadoop.hbase.io.Cell
      extended by org.apache.hadoop.hbase.rest.descriptors.RestCell
All Implemented Interfaces:
Iterable<Map.Entry<Long,byte[]>>, ISerializable, org.apache.hadoop.io.Writable

public class RestCell
extends Cell


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.io.Cell
valueMap
 
Constructor Summary
RestCell()
           
RestCell(byte[][] vals, long[] ts)
           
RestCell(byte[] name, Cell cell)
           
RestCell(byte[] value, long timestamp)
           
RestCell(String[] vals, long[] ts)
           
RestCell(String value, long timestamp)
           
 
Method Summary
 byte[] getName()
           
 void setName(byte[] name)
           
 
Methods inherited from class org.apache.hadoop.hbase.io.Cell
add, createCells, createSingleCellArray, getNumValues, getTimestamp, getValue, iterator, readFields, restSerialize, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestCell

public RestCell()

RestCell

public RestCell(byte[] name,
                Cell cell)
Parameters:
name -
cell -

RestCell

public RestCell(byte[] value,
                long timestamp)
Parameters:
value -
timestamp -

RestCell

public RestCell(byte[][] vals,
                long[] ts)
Parameters:
vals -
ts -

RestCell

public RestCell(String value,
                long timestamp)
Parameters:
value -
timestamp -

RestCell

public RestCell(String[] vals,
                long[] ts)
Parameters:
vals -
ts -
Method Detail

getName

public byte[] getName()
Returns:
the name

setName

public void setName(byte[] name)
Parameters:
name - the name to set


Copyright © 2010 The Apache Software Foundation