Uses of Class
org.apache.hadoop.hbase.client.Operation
Package
Description
Provides HBase Client
-
Uses of Operation in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
Performs Append operations on a single row.class
Used to perform Delete operations on a single row.class
Used to perform Get operations on a single row.final class
Immutable version of Scanclass
Used to perform Increment operations on a single row.class
class
class
Used to perform Put operations for a single row.class
Base class for HBase read operations; e.g.class
Used to perform Scan operations. -
Uses of Operation in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.