Uses of Interface
org.apache.hadoop.hbase.client.Attributes
Packages that use Attributes
Package
Description
Provides HBase Client
-
Uses of Attributes in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement AttributesModifier 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.Methods in org.apache.hadoop.hbase.client that return AttributesModifier and TypeMethodDescriptionAttributes.setAttribute
(String name, byte[] value) Sets an attribute. -
Uses of Attributes in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement AttributesModifier and TypeClassDescriptionclass
Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.