| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.regionserver | 
| 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  | 
OperationWithAttributes  | 
class  | 
Put
Used to perform Put operations for a single row. 
 | 
class  | 
Query
Base class for HBase read operations; e.g. 
 | 
class  | 
Scan
Used to perform Scan operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Attributes | 
Attributes.setAttribute(String name,
            byte[] value)
Sets an attribute. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InternalScan
Special scanner, currently used for increment operations to
 allow additional server-side arguments for Scan operations. 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.