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

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.descriptors.RowUpdateDescriptor

public class RowUpdateDescriptor
extends Object


Constructor Summary
RowUpdateDescriptor()
           
RowUpdateDescriptor(String tableName, String rowName)
           
 
Method Summary
 Map<byte[],byte[]> getColVals()
           
 String getRowName()
           
 String getTableName()
           
 void setRowName(String rowName)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowUpdateDescriptor

public RowUpdateDescriptor(String tableName,
                           String rowName)

RowUpdateDescriptor

public RowUpdateDescriptor()
Method Detail

getTableName

public String getTableName()
Returns:
the tableName

setTableName

public void setTableName(String tableName)
Parameters:
tableName - the tableName to set

getRowName

public String getRowName()
Returns:
the rowName

setRowName

public void setRowName(String rowName)
Parameters:
rowName - the rowName to set

getColVals

public Map<byte[],byte[]> getColVals()
Returns:
the test


Copyright © 2009 The Apache Software Foundation