| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.rest.client | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Append
Performs Append operations on a single row. 
 | 
class  | 
Delete
Used to perform Delete operations on a single row. 
 | 
class  | 
Get
Used to perform Get operations on a single row. 
 | 
class  | 
Increment
Used to perform Increment operations on a single row. 
 | 
class  | 
Mutation  | 
class  | 
Put
Used to perform Put operations for a single row. 
 | 
class  | 
RowMutations
Performs multiple mutations atomically on a single row. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Comparator<Row> | 
Row.COMPARATOR  | 
| Modifier and Type | Method and Description | 
|---|---|
Row | 
RetriesExhaustedWithDetailsException.getRow(int i)  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestController.ReturnCode | 
RequestController.Checker.canTakeRow(HRegionLocation loc,
          Row row)
Checks the data whether it is valid to submit. 
 | 
int | 
Row.compareTo(Row var1)
Deprecated. 
 
As of release 2.0.0, this will be removed in HBase 3.0.0.
             Use  
COMPARATOR instead | 
int | 
Mutation.compareTo(Row d)
Deprecated. 
 
As of release 2.0.0, this will be removed in HBase 3.0.0.
             Use  
COMPARATOR instead | 
int | 
RowMutations.compareTo(Row i)
Deprecated. 
 
As of release 2.0.0, this will be removed in HBase 3.0.0.
             Use  
COMPARATOR instead | 
int | 
Get.compareTo(Row other)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> List<CompletableFuture<T>> | 
AsyncTable.batch(List<? extends Row> actions)
Method that does a batch call on Deletes, Gets, Puts, Increments, Appends and RowMutations. 
 | 
default void | 
Table.batch(List<? extends Row> actions,
     Object[] results)
Method that does a batch call on Deletes, Gets, Puts, Increments, Appends, RowMutations. 
 | 
default <T> CompletableFuture<List<T>> | 
AsyncTable.batchAll(List<? extends Row> actions)
A simple version of batch. 
 | 
default <R> void | 
Table.batchCallback(List<? extends Row> actions,
             Object[] results,
             org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Same as  
Table.batch(List, Object[]), but with a callback. | 
static String | 
RetriesExhaustedWithDetailsException.getDesc(List<Throwable> exceptions,
       List<? extends Row> actions,
       List<String> hostnamePort)  | 
| Constructor and Description | 
|---|
RetriesExhaustedWithDetailsException(List<Throwable> exceptions,
                                    List<Row> actions,
                                    List<String> hostnameAndPort)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RemoteHTable.batch(List<? extends Row> actions,
     Object[] results)  | 
<R> void | 
RemoteHTable.batchCallback(List<? extends Row> actions,
             Object[] results,
             org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.