org.apache.hadoop.hbase.rest
Class RowModel

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.AbstractModel
      extended by org.apache.hadoop.hbase.rest.RowModel

public class RowModel
extends AbstractModel


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.rest.AbstractModel
AbstractModel.Encodings
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.rest.AbstractModel
admin, COLON, conf, encoding
 
Constructor Summary
RowModel(HBaseConfiguration conf, HBaseAdmin admin)
           
 
Method Summary
 void delete(byte[] tableName, byte[] rowName)
          Deprecated. 
 void delete(byte[] tableName, byte[] rowName, byte[][] columns)
          Deprecated. 
 void delete(byte[] tableName, Delete delete)
           
 RowResult get(byte[] tableName, byte[] rowName)
          Deprecated. 
 RowResult get(byte[] tableName, byte[] rowName, byte[][] columns)
          Deprecated. 
 RowResult get(byte[] tableName, byte[] rowName, byte[][] columns, long timestamp)
          Deprecated. 
 RowResult get(byte[] tableName, byte[] rowName, long timestamp)
          Deprecated. 
 Result get(byte[] tableName, Get get)
           
 TimestampsDescriptor getTimestamps(byte[] tableName, byte[] rowName)
           
 void post(byte[] tableName, List<Put> puts)
           
 void post(byte[] tableName, Put put)
           
 
Methods inherited from class org.apache.hadoop.hbase.rest.AbstractModel
getColumns, initialize, isColumnFamily
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowModel

public RowModel(HBaseConfiguration conf,
                HBaseAdmin admin)
Method Detail

get

@Deprecated
public RowResult get(byte[] tableName,
                                byte[] rowName)
              throws HBaseRestException
Deprecated. 

Throws:
HBaseRestException

get

public Result get(byte[] tableName,
                  Get get)
           throws HBaseRestException
Throws:
HBaseRestException

get

@Deprecated
public RowResult get(byte[] tableName,
                                byte[] rowName,
                                byte[][] columns)
              throws HBaseRestException
Deprecated. 

Throws:
HBaseRestException

get

@Deprecated
public RowResult get(byte[] tableName,
                                byte[] rowName,
                                byte[][] columns,
                                long timestamp)
              throws HBaseRestException
Deprecated. 

Throws:
HBaseRestException

get

@Deprecated
public RowResult get(byte[] tableName,
                                byte[] rowName,
                                long timestamp)
              throws HBaseRestException
Deprecated. 

Throws:
HBaseRestException

getTimestamps

public TimestampsDescriptor getTimestamps(byte[] tableName,
                                          byte[] rowName)
                                   throws HBaseRestException
Throws:
HBaseRestException

post

public void post(byte[] tableName,
                 Put put)
          throws HBaseRestException
Throws:
HBaseRestException

post

public void post(byte[] tableName,
                 List<Put> puts)
          throws HBaseRestException
Throws:
HBaseRestException

delete

@Deprecated
public void delete(byte[] tableName,
                              byte[] rowName)
            throws HBaseRestException
Deprecated. 

Throws:
HBaseRestException

delete

@Deprecated
public void delete(byte[] tableName,
                              byte[] rowName,
                              byte[][] columns)
            throws HBaseRestException
Deprecated. 

Throws:
HBaseRestException

delete

public void delete(byte[] tableName,
                   Delete delete)
            throws HBaseRestException
Throws:
HBaseRestException


Copyright © 2009 The Apache Software Foundation