|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Row | |
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client |
| org.apache.hadoop.hbase.rest.client | |
| Uses of Row in org.apache.hadoop.hbase.client |
|---|
| Classes in org.apache.hadoop.hbase.client that implement Row | |
|---|---|
class |
Delete
Used to perform Delete operations on a single row. |
class |
Get
Used to perform Get operations on a single row. |
class |
Put
Used to perform Put operations for a single row. |
| Methods in org.apache.hadoop.hbase.client that return Row | |
|---|---|
Row |
Action.getAction()
|
Row |
RetriesExhaustedWithDetailsException.getRow(int i)
|
| Methods in org.apache.hadoop.hbase.client with parameters of type Row | |
|---|---|
int |
Delete.compareTo(Row d)
|
int |
Put.compareTo(Row p)
|
int |
Get.compareTo(Row other)
|
| Method parameters in org.apache.hadoop.hbase.client with type arguments of type Row | |
|---|---|
java.lang.Object[] |
HTable.batch(java.util.List<Row> actions)
Method that does a batch call on Deletes, Gets and Puts. |
java.lang.Object[] |
HTableInterface.batch(java.util.List<Row> actions)
Method that does a batch call on Deletes, Gets and Puts. |
void |
HTable.batch(java.util.List<Row> actions,
java.lang.Object[] results)
Method that does a batch call on Deletes, Gets and Puts. |
void |
HTableInterface.batch(java.util.List<Row> actions,
java.lang.Object[] results)
Method that does a batch call on Deletes, Gets and Puts. |
static java.lang.String |
RetriesExhaustedWithDetailsException.getDesc(java.util.List<java.lang.Throwable> exceptions,
java.util.List<Row> actions,
java.util.List<HServerAddress> addresses)
|
void |
HConnection.processBatch(java.util.List<Row> actions,
byte[] tableName,
java.util.concurrent.ExecutorService pool,
java.lang.Object[] results)
Process a mixed batch of Get, Put and Delete actions. |
| Constructors in org.apache.hadoop.hbase.client with parameters of type Row | |
|---|---|
Action(byte[] regionName,
Row action,
int originalIndex)
|
|
| Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type Row | |
|---|---|
RetriesExhaustedWithDetailsException(java.util.List<java.lang.Throwable> exceptions,
java.util.List<Row> actions,
java.util.List<HServerAddress> addresses)
|
|
| Uses of Row in org.apache.hadoop.hbase.rest.client |
|---|
| Method parameters in org.apache.hadoop.hbase.rest.client with type arguments of type Row | |
|---|---|
java.lang.Object[] |
RemoteHTable.batch(java.util.List<Row> actions)
|
void |
RemoteHTable.batch(java.util.List<Row> actions,
java.lang.Object[] results)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||