Uses of Interface
org.apache.hadoop.hbase.client.Attributes

Packages that use org.apache.hadoop.hbase.client.Attributes
Package
Description
Provides HBase Client
 
  • Uses of org.apache.hadoop.hbase.client.Attributes in org.apache.hadoop.hbase.client

    Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.Attributes in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.Append
    Performs Append operations on a single row.
    class 
    org.apache.hadoop.hbase.client.Delete
    Used to perform Delete operations on a single row.
    class 
    org.apache.hadoop.hbase.client.Get
    Used to perform Get operations on a single row.
    final class 
    org.apache.hadoop.hbase.client.ImmutableScan
    Immutable version of Scan
    class 
    org.apache.hadoop.hbase.client.Increment
    Used to perform Increment operations on a single row.
    class 
    org.apache.hadoop.hbase.client.Mutation
     
    class 
    org.apache.hadoop.hbase.client.OperationWithAttributes
     
    class 
    org.apache.hadoop.hbase.client.Put
    Used to perform Put operations for a single row.
    class 
    org.apache.hadoop.hbase.client.Query
    Base class for HBase read operations; e.g.
    class 
    org.apache.hadoop.hbase.client.Scan
    Used to perform Scan operations.
    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Attributes in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.Attributes
    Attributes.setAttribute(String name, byte[] value)
    Sets an attribute.
  • Uses of org.apache.hadoop.hbase.client.Attributes in org.apache.hadoop.hbase.regionserver

    Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.client.Attributes in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.InternalScan
    Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.