Uses of Interface
org.apache.hadoop.hbase.client.Attributes
Package
Description
Provides HBase Client
-
Uses of Attributes 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.Modifier and TypeMethodDescriptionAttributes.setAttribute
(String name, byte[] value) Sets an attribute. -
Uses of Attributes 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.