| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppendPerforms Append operations on a single row. | 
| class  | DeleteUsed to perform Delete operations on a single row. | 
| class  | GetUsed to perform Get operations on a single row. | 
| class  | ImmutableScanImmutable version of Scan | 
| class  | IncrementUsed to perform Increment operations on a single row. | 
| class  | Mutation | 
| class  | OperationWithAttributes | 
| class  | PutUsed to perform Put operations for a single row. | 
| class  | QueryBase class for HBase read operations; e.g. | 
| class  | ScanUsed to perform Scan operations. | 
| Modifier and Type | Method and Description | 
|---|---|
| Attributes | Attributes. setAttribute(String name,
            byte[] value)Sets an attribute. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.