org.apache.hadoop.hbase.rest
Class RowModel
java.lang.Object
org.apache.hadoop.hbase.rest.AbstractModel
org.apache.hadoop.hbase.rest.RowModel
public class RowModel
- extends AbstractModel
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowModel
public RowModel(HBaseConfiguration conf,
HBaseAdmin admin)
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 © 2010 The Apache Software Foundation