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 TypeClassDescriptionclassPerforms Append operations on a single row.classUsed to perform Delete operations on a single row.classUsed to perform Get operations on a single row.final classImmutable version of ScanclassUsed to perform Increment operations on a single row.classclassclassUsed to perform Put operations for a single row.classBase class for HBase read operations; e.g.classUsed 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 TypeClassDescriptionclassSpecial scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.