org.apache.hadoop.hbase.rest.descriptors
Class RowUpdateDescriptor
java.lang.Object
org.apache.hadoop.hbase.rest.descriptors.RowUpdateDescriptor
public class RowUpdateDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowUpdateDescriptor
public RowUpdateDescriptor(String tableName,
String rowName)
RowUpdateDescriptor
public RowUpdateDescriptor()
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